Html Css Color HEX #A5CEDE French Pass

📋 copy color: '#A5CEDE'

red 165 ◦ green 206 ◦ blue 222

#A5CEDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #A5CEDE

Tints of French Pass #A5CEDE

RGB

 RED value IS 165 (64.84% from 255) = 27.82%

 GREEN value IS 206 (80.86% from 255) = 34.74%

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 27.82%
G = 34.74%
B = 37.44%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5CEDE (or 0xA5CEDE) is known color: French Pass. HEX triplet: A5, CE and DE. RGB value is (165,206,222). Sum of RGB (Red+Green+Blue) = 165+206+222=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEDE is #5A3121. Grayscale: #C3C3C3. Windows color (decimal): -5910818 or 14601893. OLE color: 14601893.

HSL color Cylindrical-coordinate representation of color #A5CEDE: hue angle of 196.84º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5CEDE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 206 222 -
CMYK 0.26 0.07 0 0.13
HSL 196.84º 0.46% 0.76% -
HSV(B) 196.84º 0.26% 0.87% -
XYZ 50.77 57.42 77.51 -
YUV 195.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 165 206 222 0.26 0.07 0 0.13 196.84 0.46 0.76
Hex A5 CE DE 1A 7 0 D C5 2E 4C
Octal 245 316 336 32 7 0 15 305 56 114
Binary 10100101 11001110 11011110 11010 111 0 1101 11000101 101110 1001100

Color Harmonies of #A5CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CEDE

Black with #A5CEDE

Text Example


Text Example

White with #A5CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CEDE; }

 p { color: rgb(165,206,222); }

 H1.HeaderClassName
 {
   color: #A5CEDE;
 }
 .AnyTagClassName
 {
   color: #A5CEDE;
 }
</style>

background-color css

<style>
 a { background-color: #A5CEDE; }

 a { background-color: rgb(165,206,222); }

 div.DivClassName
 {
   background-color: #A5CEDE;
 }
 .BgClassName
 {
   background-color: #A5CEDE;
 }
</style>

border-color css

<style>
 span { border-color: #A5CEDE; }

 span { border-color: rgb(165,206,222); }

 td.TdClassName
 {
   border-color: #A5CEDE;
 }
 .TagClassName
 {
   border-color: #A5CEDE;
 }
</style>