Html Css Color HEX #A6CEED Sail

📋 copy color: '#A6CEED'

red 166 ◦ green 206 ◦ blue 237

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

Shades of Sail #A6CEED

Tints of Sail #A6CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.83%

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 27.26%
G = 33.83%
B = 38.92%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6CEED (or 0xA6CEED) is known color: Sail. HEX triplet: A6, CE and ED. RGB value is (166,206,237). Sum of RGB (Red+Green+Blue) = 166+206+237=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEED is #593112. Grayscale: #C5C5C5. Windows color (decimal): -5845267 or 15584934. OLE color: 15584934.

HSL color Cylindrical-coordinate representation of color #A6CEED: hue angle of 206.2º degrees, saturation: 0.66, 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 #A6CEED is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 206 237 -
CMYK 0.30 0.13 0 0.07
HSL 206.2º 0.66% 0.79% -
HSV(B) 206.2º 0.3% 0.93% -
XYZ 53.08 58.36 88.59 -
YUV 197.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 166 206 237 0.30 0.13 0 0.07 206.2 0.66 0.79
Hex A6 CE ED 1E D 0 7 CE 42 4F
Octal 246 316 355 36 15 0 7 316 102 117
Binary 10100110 11001110 11101101 11110 1101 0 111 11001110 1000010 1001111

Color Harmonies of #A6CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEED

Black with #A6CEED

Text Example


Text Example

White with #A6CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEED; }

 p { color: rgb(166,206,237); }

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

background-color css

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

 a { background-color: rgb(166,206,237); }

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

border-color css

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

 span { border-color: rgb(166,206,237); }

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