Html Css Color HEX #ABCCE5 Sail

📋 copy color: '#ABCCE5'

red 171 ◦ green 204 ◦ blue 229

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

Shades of Sail #ABCCE5

Tints of Sail #ABCCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 28.31%
G = 33.77%
B = 37.91%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABCCE5 (or 0xABCCE5) is known color: Sail. HEX triplet: AB, CC and E5. RGB value is (171,204,229). Sum of RGB (Red+Green+Blue) = 171+204+229=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABCCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE5 is #54331A. Grayscale: #C4C4C4. Windows color (decimal): -5518107 or 15060139. OLE color: 15060139.

HSL color Cylindrical-coordinate representation of color #ABCCE5: hue angle of 205.86º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCCE5 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 204 229 -
CMYK 0.25 0.11 0 0.10
HSL 205.86º 0.53% 0.78% -
HSV(B) 205.86º 0.25% 0.9% -
XYZ 52.53 57.5 82.46 -
YUV 196.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 171 204 229 0.25 0.11 0 0.10 205.86 0.53 0.78
Hex AB CC E5 19 B 0 A CE 35 4E
Octal 253 314 345 31 13 0 12 316 65 116
Binary 10101011 11001100 11100101 11001 1011 0 1010 11001110 110101 1001110

Color Harmonies of #ABCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCE5

Black with #ABCCE5

Text Example


Text Example

White with #ABCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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