Html Css Color HEX #ABCBE0 Sail

📋 copy color: '#ABCBE0'

red 171 ◦ green 203 ◦ blue 224

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

Shades of Sail #ABCBE0

Tints of Sail #ABCBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.95%

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 28.6%
G = 33.95%
B = 37.46%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABCBE0 (or 0xABCBE0) is known color: Sail. HEX triplet: AB, CB and E0. RGB value is (171,203,224). Sum of RGB (Red+Green+Blue) = 171+203+224=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBE0 is #54341F. Grayscale: #C3C3C3. Windows color (decimal): -5518368 or 14732203. OLE color: 14732203.

HSL color Cylindrical-coordinate representation of color #ABCBE0: hue angle of 203.77º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCBE0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 203 224 -
CMYK 0.24 0.09 0 0.12
HSL 203.77º 0.46% 0.77% -
HSV(B) 203.77º 0.24% 0.88% -
XYZ 51.61 56.75 78.76 -
YUV 195.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 171 203 224 0.24 0.09 0 0.12 203.77 0.46 0.77
Hex AB CB E0 18 9 0 C CC 2E 4D
Octal 253 313 340 30 11 0 14 314 56 115
Binary 10101011 11001011 11100000 11000 1001 0 1100 11001100 101110 1001101

Color Harmonies of #ABCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBE0

Black with #ABCBE0

Text Example


Text Example

White with #ABCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBE0; }

 p { color: rgb(171,203,224); }

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

background-color css

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

 a { background-color: rgb(171,203,224); }

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

border-color css

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

 span { border-color: rgb(171,203,224); }

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