Html Css Color HEX #ABD4DF French Pass

📋 copy color: '#ABD4DF'

red 171 ◦ green 212 ◦ blue 223

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

Shades of French Pass #ABD4DF

Tints of French Pass #ABD4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 28.22%
G = 34.98%
B = 36.8%

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

#ABD4DF (or 0xABD4DF) is known color: French Pass. HEX triplet: AB, D4 and DF. RGB value is (171,212,223). Sum of RGB (Red+Green+Blue) = 171+212+223=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4DF is #542B20. Grayscale: #C8C8C8. Windows color (decimal): -5516065 or 14668971. OLE color: 14668971.

HSL color Cylindrical-coordinate representation of color #ABD4DF: hue angle of 192.69º degrees, saturation: 0.45, 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 #ABD4DF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 212 223 -
CMYK 0.23 0.05 0 0.13
HSL 192.69º 0.45% 0.77% -
HSV(B) 192.69º 0.23% 0.87% -
XYZ 53.66 61.07 78.77 -
YUV 201 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 171 212 223 0.23 0.05 0 0.13 192.69 0.45 0.77
Hex AB D4 DF 17 5 0 D C1 2D 4D
Octal 253 324 337 27 5 0 15 301 55 115
Binary 10101011 11010100 11011111 10111 101 0 1101 11000001 101101 1001101

Color Harmonies of #ABD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4DF

Black with #ABD4DF

Text Example


Text Example

White with #ABD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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