Html Css Color HEX #ABD5DB French Pass

📋 copy color: '#ABD5DB'

red 171 ◦ green 213 ◦ blue 219

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

Shades of French Pass #ABD5DB

Tints of French Pass #ABD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 28.36%
G = 35.32%
B = 36.32%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABD5DB (or 0xABD5DB) is known color: French Pass. HEX triplet: AB, D5 and DB. RGB value is (171,213,219). Sum of RGB (Red+Green+Blue) = 171+213+219=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5DB is #542A24. Grayscale: #C9C9C9. Windows color (decimal): -5515813 or 14407083. OLE color: 14407083.

HSL color Cylindrical-coordinate representation of color #ABD5DB: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD5DB is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 213 219 -
CMYK 0.22 0.03 0 0.14
HSL 187.5º 0.4% 0.76% -
HSV(B) 187.5º 0.22% 0.86% -
XYZ 53.38 61.36 76.05 -
YUV 201.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 171 213 219 0.22 0.03 0 0.14 187.5 0.4 0.76
Hex AB D5 DB 16 3 0 E BC 28 4C
Octal 253 325 333 26 3 0 16 274 50 114
Binary 10101011 11010101 11011011 10110 11 0 1110 10111100 101000 1001100

Color Harmonies of #ABD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5DB

Black with #ABD5DB

Text Example


Text Example

White with #ABD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5DB; }

 p { color: rgb(171,213,219); }

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

background-color css

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

 a { background-color: rgb(171,213,219); }

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

border-color css

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

 span { border-color: rgb(171,213,219); }

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