Html Css Color HEX #A6CBEA Sail

📋 copy color: '#A6CBEA'

red 166 ◦ green 203 ◦ blue 234

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

Shades of Sail #A6CBEA

Tints of Sail #A6CBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 27.53%
G = 33.67%
B = 38.81%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6CBEA (or 0xA6CBEA) is known color: Sail. HEX triplet: A6, CB and EA. RGB value is (166,203,234). Sum of RGB (Red+Green+Blue) = 166+203+234=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBEA is #593415. Grayscale: #C3C3C3. Windows color (decimal): -5846038 or 15387558. OLE color: 15387558.

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

Color convert

RGB 166 203 234 -
CMYK 0.29 0.13 0 0.08
HSL 207.35º 0.62% 0.78% -
HSV(B) 207.35º 0.29% 0.92% -
XYZ 51.93 56.76 86.06 -
YUV 195.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 166 203 234 0.29 0.13 0 0.08 207.35 0.62 0.78
Hex A6 CB EA 1D D 0 8 CF 3E 4E
Octal 246 313 352 35 15 0 10 317 76 116
Binary 10100110 11001011 11101010 11101 1101 0 1000 11001111 111110 1001110

Color Harmonies of #A6CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBEA

Black with #A6CBEA

Text Example


Text Example

White with #A6CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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