Html Css Color HEX #ABD3ED Sail

📋 copy color: '#ABD3ED'

red 171 ◦ green 211 ◦ blue 237

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

Shades of Sail #ABD3ED

Tints of Sail #ABD3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 27.63%
G = 34.09%
B = 38.29%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABD3ED (or 0xABD3ED) is known color: Sail. HEX triplet: AB, D3 and ED. RGB value is (171,211,237). Sum of RGB (Red+Green+Blue) = 171+211+237=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABD3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3ED is #542C12. Grayscale: #C9C9C9. Windows color (decimal): -5516307 or 15586219. OLE color: 15586219.

HSL color Cylindrical-coordinate representation of color #ABD3ED: hue angle of 203.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD3ED is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 211 237 -
CMYK 0.28 0.11 0 0.07
HSL 203.64º 0.65% 0.8% -
HSV(B) 203.64º 0.28% 0.93% -
XYZ 55.37 61.36 89.05 -
YUV 202 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 171 211 237 0.28 0.11 0 0.07 203.64 0.65 0.8
Hex AB D3 ED 1C B 0 7 CC 41 50
Octal 253 323 355 34 13 0 7 314 101 120
Binary 10101011 11010011 11101101 11100 1011 0 111 11001100 1000001 1010000

Color Harmonies of #ABD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD3ED

Black with #ABD3ED

Text Example


Text Example

White with #ABD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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