Html Css Color HEX #ABCCE6 Sail

📋 copy color: '#ABCCE6'

red 171 ◦ green 204 ◦ blue 230

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

Shades of Sail #ABCCE6

Tints of Sail #ABCCE6

RGB

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

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

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

R = 28.26%
G = 33.72%
B = 38.02%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABCCE6 (or 0xABCCE6) is known color: Sail. HEX triplet: AB, CC and E6. RGB value is (171,204,230). Sum of RGB (Red+Green+Blue) = 171+204+230=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCE6 is #543319. Grayscale: #C4C4C4. Windows color (decimal): -5518106 or 15125675. OLE color: 15125675.

HSL color Cylindrical-coordinate representation of color #ABCCE6: hue angle of 206.44º 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 #ABCCE6 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 204 230 -
CMYK 0.26 0.11 0 0.10
HSL 206.44º 0.54% 0.79% -
HSV(B) 206.44º 0.26% 0.9% -
XYZ 52.67 57.56 83.2 -
YUV 197.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 171 204 230 0.26 0.11 0 0.10 206.44 0.54 0.79
Hex AB CC E6 1A B 0 A CE 36 4F
Octal 253 314 346 32 13 0 12 316 66 117
Binary 10101011 11001100 11100110 11010 1011 0 1010 11001110 110110 1001111

Color Harmonies of #ABCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCE6

Black with #ABCCE6

Text Example


Text Example

White with #ABCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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