Html Css Color HEX #ABCCE0 Sail

📋 copy color: '#ABCCE0'

red 171 ◦ green 204 ◦ blue 224

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

Shades of Sail #ABCCE0

Tints of Sail #ABCCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

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

R = 28.55%
G = 34.06%
B = 37.4%

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

#ABCCE0 (or 0xABCCE0) is known color: Sail. HEX triplet: AB, CC and E0. RGB value is (171,204,224). Sum of RGB (Red+Green+Blue) = 171+204+224=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE0 is #54331F. Grayscale: #C4C4C4. Windows color (decimal): -5518112 or 14732459. OLE color: 14732459.

HSL color Cylindrical-coordinate representation of color #ABCCE0: hue angle of 202.64º 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 #ABCCE0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

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

Color Harmonies of #ABCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCE0

Black with #ABCCE0

Text Example


Text Example

White with #ABCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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