Html Css Color HEX #ABD0DF French Pass

📋 copy color: '#ABD0DF'

red 171 ◦ green 208 ◦ blue 223

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

Shades of French Pass #ABD0DF

Tints of French Pass #ABD0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.55%

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

R = 28.41%
G = 34.55%
B = 37.04%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABD0DF (or 0xABD0DF) is known color: French Pass. HEX triplet: AB, D0 and DF. RGB value is (171,208,223). Sum of RGB (Red+Green+Blue) = 171+208+223=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0DF is #542F20. Grayscale: #C6C6C6. Windows color (decimal): -5517089 or 14667947. OLE color: 14667947.

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

Color convert

RGB 171 208 223 -
CMYK 0.23 0.07 0 0.13
HSL 197.31º 0.45% 0.77% -
HSV(B) 197.31º 0.23% 0.87% -
XYZ 52.67 59.1 78.44 -
YUV 198.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 171 208 223 0.23 0.07 0 0.13 197.31 0.45 0.77
Hex AB D0 DF 17 7 0 D C5 2D 4D
Octal 253 320 337 27 7 0 15 305 55 115
Binary 10101011 11010000 11011111 10111 111 0 1101 11000101 101101 1001101

Color Harmonies of #ABD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD0DF

Black with #ABD0DF

Text Example


Text Example

White with #ABD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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