Html Css Color HEX #A4CBDE French Pass

📋 copy color: '#A4CBDE'

red 164 ◦ green 203 ◦ blue 222

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

Shades of French Pass #A4CBDE

Tints of French Pass #A4CBDE

RGB

 RED value IS 164 (64.45% from 255) = 27.84%

 GREEN value IS 203 (79.69% from 255) = 34.47%

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

R = 27.84%
G = 34.47%
B = 37.69%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4CBDE (or 0xA4CBDE) is known color: French Pass. HEX triplet: A4, CB and DE. RGB value is (164,203,222). Sum of RGB (Red+Green+Blue) = 164+203+222=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBDE is #5B3421. Grayscale: #C1C1C1. Windows color (decimal): -5977122 or 14601124. OLE color: 14601124.

HSL color Cylindrical-coordinate representation of color #A4CBDE: hue angle of 199.66º degrees, saturation: 0.47, 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 #A4CBDE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 203 222 -
CMYK 0.26 0.09 0 0.13
HSL 199.66º 0.47% 0.76% -
HSV(B) 199.66º 0.26% 0.87% -
XYZ 49.85 55.88 77.27 -
YUV 193.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 164 203 222 0.26 0.09 0 0.13 199.66 0.47 0.76
Hex A4 CB DE 1A 9 0 D C8 2F 4C
Octal 244 313 336 32 11 0 15 310 57 114
Binary 10100100 11001011 11011110 11010 1001 0 1101 11001000 101111 1001100

Color Harmonies of #A4CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBDE

Black with #A4CBDE

Text Example


Text Example

White with #A4CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBDE; }

 p { color: rgb(164,203,222); }

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

background-color css

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

 a { background-color: rgb(164,203,222); }

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

border-color css

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

 span { border-color: rgb(164,203,222); }

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