Html Css Color HEX #ABD3EA Sail

📋 copy color: '#ABD3EA'

red 171 ◦ green 211 ◦ blue 234

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

Shades of Sail #ABD3EA

Tints of Sail #ABD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.25%

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

R = 27.76%
G = 34.25%
B = 37.99%

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

#ABD3EA (or 0xABD3EA) is known color: Sail. HEX triplet: AB, D3 and EA. RGB value is (171,211,234). Sum of RGB (Red+Green+Blue) = 171+211+234=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3EA is #542C15. Grayscale: #C9C9C9. Windows color (decimal): -5516310 or 15389611. OLE color: 15389611.

HSL color Cylindrical-coordinate representation of color #ABD3EA: hue angle of 201.9º 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 #ABD3EA is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 211 234 -
CMYK 0.27 0.10 0 0.08
HSL 201.9º 0.6% 0.79% -
HSV(B) 201.9º 0.27% 0.92% -
XYZ 54.94 61.19 86.76 -
YUV 201.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 171 211 234 0.27 0.10 0 0.08 201.9 0.6 0.79
Hex AB D3 EA 1B A 0 8 CA 3C 4F
Octal 253 323 352 33 12 0 10 312 74 117
Binary 10101011 11010011 11101010 11011 1010 0 1000 11001010 111100 1001111

Color Harmonies of #ABD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD3EA

Black with #ABD3EA

Text Example


Text Example

White with #ABD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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