Html Css Color HEX #ABD2EA Sail

📋 copy color: '#ABD2EA'

red 171 ◦ green 210 ◦ blue 234

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

Shades of Sail #ABD2EA

Tints of Sail #ABD2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 27.8%
G = 34.15%
B = 38.05%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABD2EA (or 0xABD2EA) is known color: Sail. HEX triplet: AB, D2 and EA. RGB value is (171,210,234). Sum of RGB (Red+Green+Blue) = 171+210+234=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD2EA is #542D15. Grayscale: #C8C8C8. Windows color (decimal): -5516566 or 15389355. OLE color: 15389355.

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

Color convert

RGB 171 210 234 -
CMYK 0.27 0.10 0 0.08
HSL 202.86º 0.6% 0.79% -
HSV(B) 202.86º 0.27% 0.92% -
XYZ 54.69 60.69 86.67 -
YUV 201.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 171 210 234 0.27 0.10 0 0.08 202.86 0.6 0.79
Hex AB D2 EA 1B A 0 8 CB 3C 4F
Octal 253 322 352 33 12 0 10 313 74 117
Binary 10101011 11010010 11101010 11011 1010 0 1000 11001011 111100 1001111

Color Harmonies of #ABD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2EA

Black with #ABD2EA

Text Example


Text Example

White with #ABD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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