Html Css Color HEX #A6CBE5 Sail

📋 copy color: '#A6CBE5'

red 166 ◦ green 203 ◦ blue 229

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

Shades of Sail #A6CBE5

Tints of Sail #A6CBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 27.76%
G = 33.95%
B = 38.29%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A6CBE5 (or 0xA6CBE5) is known color: Sail. HEX triplet: A6, CB and E5. RGB value is (166,203,229). Sum of RGB (Red+Green+Blue) = 166+203+229=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6CBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBE5 is #59341A. Grayscale: #C2C2C2. Windows color (decimal): -5846043 or 15059878. OLE color: 15059878.

HSL color Cylindrical-coordinate representation of color #A6CBE5: hue angle of 204.76º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6CBE5 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 203 229 -
CMYK 0.28 0.11 0 0.10
HSL 204.76º 0.55% 0.77% -
HSV(B) 204.76º 0.28% 0.9% -
XYZ 51.22 56.48 82.33 -
YUV 194.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 166 203 229 0.28 0.11 0 0.10 204.76 0.55 0.77
Hex A6 CB E5 1C B 0 A CD 37 4D
Octal 246 313 345 34 13 0 12 315 67 115
Binary 10100110 11001011 11100101 11100 1011 0 1010 11001101 110111 1001101

Color Harmonies of #A6CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBE5

Black with #A6CBE5

Text Example


Text Example

White with #A6CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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