Html Css Color HEX #ABCBE3 Sail

📋 copy color: '#ABCBE3'

red 171 ◦ green 203 ◦ blue 227

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

Shades of Sail #ABCBE3

Tints of Sail #ABCBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.77%

R = 28.45%
G = 33.78%
B = 37.77%

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

#ABCBE3 (or 0xABCBE3) is known color: Sail. HEX triplet: AB, CB and E3. RGB value is (171,203,227). Sum of RGB (Red+Green+Blue) = 171+203+227=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABCBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBE3 is #54341C. Grayscale: #C4C4C4. Windows color (decimal): -5518365 or 14928811. OLE color: 14928811.

HSL color Cylindrical-coordinate representation of color #ABCBE3: hue angle of 205.71º degrees, saturation: 0.5, 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 #ABCBE3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 203 227 -
CMYK 0.25 0.11 0 0.11
HSL 205.71º 0.5% 0.78% -
HSV(B) 205.71º 0.25% 0.89% -
XYZ 52.02 56.92 80.92 -
YUV 196.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 171 203 227 0.25 0.11 0 0.11 205.71 0.5 0.78
Hex AB CB E3 19 B 0 B CE 32 4E
Octal 253 313 343 31 13 0 13 316 62 116
Binary 10101011 11001011 11100011 11001 1011 0 1011 11001110 110010 1001110

Color Harmonies of #ABCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBE3

Black with #ABCBE3

Text Example


Text Example

White with #ABCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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