Html Css Color HEX #A6CBE9 Sail

📋 copy color: '#A6CBE9'

red 166 ◦ green 203 ◦ blue 233

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

Shades of Sail #A6CBE9

Tints of Sail #A6CBE9

RGB

 RED value IS 166 (65.23% from 255) = 27.57%

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

 BLUE value IS 233 (91.41% from 255) = 38.7%

R = 27.57%
G = 33.72%
B = 38.7%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A6CBE9 (or 0xA6CBE9) is known color: Sail. HEX triplet: A6, CB and E9. RGB value is (166,203,233). Sum of RGB (Red+Green+Blue) = 166+203+233=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #A6CBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBE9 is #593416. Grayscale: #C3C3C3. Windows color (decimal): -5846039 or 15322022. OLE color: 15322022.

HSL color Cylindrical-coordinate representation of color #A6CBE9: hue angle of 206.87º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6CBE9 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 203 233 -
CMYK 0.29 0.13 0 0.09
HSL 206.87º 0.6% 0.78% -
HSV(B) 206.87º 0.29% 0.91% -
XYZ 51.79 56.7 85.31 -
YUV 195.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 166 203 233 0.29 0.13 0 0.09 206.87 0.6 0.78
Hex A6 CB E9 1D D 0 9 CF 3C 4E
Octal 246 313 351 35 15 0 11 317 74 116
Binary 10100110 11001011 11101001 11101 1101 0 1001 11001111 111100 1001110

Color Harmonies of #A6CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBE9

Black with #A6CBE9

Text Example


Text Example

White with #A6CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBE9; }

 p { color: rgb(166,203,233); }

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

background-color css

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

 a { background-color: rgb(166,203,233); }

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

border-color css

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

 span { border-color: rgb(166,203,233); }

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