Html Css Color HEX #ABD4DE French Pass

📋 copy color: '#ABD4DE'

red 171 ◦ green 212 ◦ blue 222

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

Shades of French Pass #ABD4DE

Tints of French Pass #ABD4DE

RGB

 RED value IS 171 (67.19% from 255) = 28.26%

 GREEN value IS 212 (83.2% from 255) = 35.04%

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

R = 28.26%
G = 35.04%
B = 36.69%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABD4DE (or 0xABD4DE) is known color: French Pass. HEX triplet: AB, D4 and DE. RGB value is (171,212,222). Sum of RGB (Red+Green+Blue) = 171+212+222=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABD4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4DE is #542B21. Grayscale: #C8C8C8. Windows color (decimal): -5516066 or 14603435. OLE color: 14603435.

HSL color Cylindrical-coordinate representation of color #ABD4DE: hue angle of 191.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD4DE is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 212 222 -
CMYK 0.23 0.05 0 0.13
HSL 191.76º 0.44% 0.77% -
HSV(B) 191.76º 0.23% 0.87% -
XYZ 53.52 61.02 78.06 -
YUV 200.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 171 212 222 0.23 0.05 0 0.13 191.76 0.44 0.77
Hex AB D4 DE 17 5 0 D C0 2C 4D
Octal 253 324 336 27 5 0 15 300 54 115
Binary 10101011 11010100 11011110 10111 101 0 1101 11000000 101100 1001101

Color Harmonies of #ABD4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4DE

Black with #ABD4DE

Text Example


Text Example

White with #ABD4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4DE; }

 p { color: rgb(171,212,222); }

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

background-color css

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

 a { background-color: rgb(171,212,222); }

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

border-color css

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

 span { border-color: rgb(171,212,222); }

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