Html Css Color HEX #ABD2E9 Sail

📋 copy color: '#ABD2E9'

red 171 ◦ green 210 ◦ blue 233

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

Shades of Sail #ABD2E9

Tints of Sail #ABD2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 27.85%
G = 34.2%
B = 37.95%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABD2E9 (or 0xABD2E9) is known color: Sail. HEX triplet: AB, D2 and E9. RGB value is (171,210,233). Sum of RGB (Red+Green+Blue) = 171+210+233=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABD2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD2E9 is #542D16. Grayscale: #C8C8C8. Windows color (decimal): -5516567 or 15323819. OLE color: 15323819.

HSL color Cylindrical-coordinate representation of color #ABD2E9: hue angle of 202.26º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABD2E9 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 210 233 -
CMYK 0.27 0.10 0 0.09
HSL 202.26º 0.58% 0.79% -
HSV(B) 202.26º 0.27% 0.91% -
XYZ 54.55 60.63 85.92 -
YUV 200.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 171 210 233 0.27 0.10 0 0.09 202.26 0.58 0.79
Hex AB D2 E9 1B A 0 9 CA 3A 4F
Octal 253 322 351 33 12 0 11 312 72 117
Binary 10101011 11010010 11101001 11011 1010 0 1001 11001010 111010 1001111

Color Harmonies of #ABD2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2E9

Black with #ABD2E9

Text Example


Text Example

White with #ABD2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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