Html Css Color HEX #ABCCE4 Sail

📋 copy color: '#ABCCE4'

red 171 ◦ green 204 ◦ blue 228

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

Shades of Sail #ABCCE4

Tints of Sail #ABCCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.81%

R = 28.36%
G = 33.83%
B = 37.81%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABCCE4 (or 0xABCCE4) is known color: Sail. HEX triplet: AB, CC and E4. RGB value is (171,204,228). Sum of RGB (Red+Green+Blue) = 171+204+228=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABCCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE4 is #54331B. Grayscale: #C4C4C4. Windows color (decimal): -5518108 or 14994603. OLE color: 14994603.

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

Color convert

RGB 171 204 228 -
CMYK 0.25 0.11 0 0.11
HSL 205.26º 0.51% 0.78% -
HSV(B) 205.26º 0.25% 0.89% -
XYZ 52.39 57.45 81.73 -
YUV 196.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 171 204 228 0.25 0.11 0 0.11 205.26 0.51 0.78
Hex AB CC E4 19 B 0 B CD 33 4E
Octal 253 314 344 31 13 0 13 315 63 116
Binary 10101011 11001100 11100100 11001 1011 0 1011 11001101 110011 1001110

Color Harmonies of #ABCCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCE4

Black with #ABCCE4

Text Example


Text Example

White with #ABCCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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