Html Css Color HEX #ABD2DB French Pass

📋 copy color: '#ABD2DB'

red 171 ◦ green 210 ◦ blue 219

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

Shades of French Pass #ABD2DB

Tints of French Pass #ABD2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35%

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

R = 28.5%
G = 35%
B = 36.5%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABD2DB (or 0xABD2DB) is known color: French Pass. HEX triplet: AB, D2 and DB. RGB value is (171,210,219). Sum of RGB (Red+Green+Blue) = 171+210+219=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2DB is #542D24. Grayscale: #C7C7C7. Windows color (decimal): -5516581 or 14406315. OLE color: 14406315.

HSL color Cylindrical-coordinate representation of color #ABD2DB: hue angle of 191.25º 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 #ABD2DB is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 210 219 -
CMYK 0.22 0.04 0 0.14
HSL 191.25º 0.4% 0.76% -
HSV(B) 191.25º 0.22% 0.86% -
XYZ 52.63 59.87 75.8 -
YUV 199.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 171 210 219 0.22 0.04 0 0.14 191.25 0.4 0.76
Hex AB D2 DB 16 4 0 E BF 28 4C
Octal 253 322 333 26 4 0 16 277 50 114
Binary 10101011 11010010 11011011 10110 100 0 1110 10111111 101000 1001100

Color Harmonies of #ABD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2DB

Black with #ABD2DB

Text Example


Text Example

White with #ABD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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