Html Css Color HEX #ABCBE1 Sail

📋 copy color: '#ABCBE1'

red 171 ◦ green 203 ◦ blue 225

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

Shades of Sail #ABCBE1

Tints of Sail #ABCBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 28.55%
G = 33.89%
B = 37.56%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABCBE1 (or 0xABCBE1) is known color: Sail. HEX triplet: AB, CB and E1. RGB value is (171,203,225). Sum of RGB (Red+Green+Blue) = 171+203+225=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABCBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBE1 is #54341E. Grayscale: #C3C3C3. Windows color (decimal): -5518367 or 14797739. OLE color: 14797739.

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

Color convert

RGB 171 203 225 -
CMYK 0.24 0.10 0 0.12
HSL 204.44º 0.47% 0.78% -
HSV(B) 204.44º 0.24% 0.88% -
XYZ 51.74 56.81 79.47 -
YUV 195.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 171 203 225 0.24 0.10 0 0.12 204.44 0.47 0.78
Hex AB CB E1 18 A 0 C CC 2F 4E
Octal 253 313 341 30 12 0 14 314 57 116
Binary 10101011 11001011 11100001 11000 1010 0 1100 11001100 101111 1001110

Color Harmonies of #ABCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBE1

Black with #ABCBE1

Text Example


Text Example

White with #ABCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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