Html Css Color HEX #ABCBE6 Sail

📋 copy color: '#ABCBE6'

red 171 ◦ green 203 ◦ blue 230

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

Shades of Sail #ABCBE6

Tints of Sail #ABCBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 28.31%
G = 33.61%
B = 38.08%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABCBE6 (or 0xABCBE6) is known color: Sail. HEX triplet: AB, CB and E6. RGB value is (171,203,230). Sum of RGB (Red+Green+Blue) = 171+203+230=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABCBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBE6 is #543419. Grayscale: #C4C4C4. Windows color (decimal): -5518362 or 15125419. OLE color: 15125419.

HSL color Cylindrical-coordinate representation of color #ABCBE6: hue angle of 207.46º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCBE6 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 203 230 -
CMYK 0.26 0.12 0 0.10
HSL 207.46º 0.54% 0.79% -
HSV(B) 207.46º 0.26% 0.9% -
XYZ 52.43 57.08 83.12 -
YUV 196.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 171 203 230 0.26 0.12 0 0.10 207.46 0.54 0.79
Hex AB CB E6 1A C 0 A CF 36 4F
Octal 253 313 346 32 14 0 12 317 66 117
Binary 10101011 11001011 11100110 11010 1100 0 1010 11001111 110110 1001111

Color Harmonies of #ABCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBE6

Black with #ABCBE6

Text Example


Text Example

White with #ABCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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