Html Css Color HEX #A6CBEC Sail

📋 copy color: '#A6CBEC'

red 166 ◦ green 203 ◦ blue 236

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

Shades of Sail #A6CBEC

Tints of Sail #A6CBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 27.44%
G = 33.55%
B = 39.01%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6CBEC (or 0xA6CBEC) is known color: Sail. HEX triplet: A6, CB and EC. RGB value is (166,203,236). Sum of RGB (Red+Green+Blue) = 166+203+236=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBEC is #593413. Grayscale: #C3C3C3. Windows color (decimal): -5846036 or 15518630. OLE color: 15518630.

HSL color Cylindrical-coordinate representation of color #A6CBEC: hue angle of 208.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6CBEC is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 203 236 -
CMYK 0.30 0.14 0 0.07
HSL 208.29º 0.65% 0.79% -
HSV(B) 208.29º 0.3% 0.93% -
XYZ 52.22 56.88 87.58 -
YUV 195.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 166 203 236 0.30 0.14 0 0.07 208.29 0.65 0.79
Hex A6 CB EC 1E E 0 7 D0 41 4F
Octal 246 313 354 36 16 0 7 320 101 117
Binary 10100110 11001011 11101100 11110 1110 0 111 11010000 1000001 1001111

Color Harmonies of #A6CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBEC

Black with #A6CBEC

Text Example


Text Example

White with #A6CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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