Html Css Color HEX #A6CCED Sail

📋 copy color: '#A6CCED'

red 166 ◦ green 204 ◦ blue 237

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

Shades of Sail #A6CCED

Tints of Sail #A6CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.61%

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

R = 27.35%
G = 33.61%
B = 39.04%

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

#A6CCED (or 0xA6CCED) is known color: Sail. HEX triplet: A6, CC and ED. RGB value is (166,204,237). Sum of RGB (Red+Green+Blue) = 166+204+237=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCED is #593312. Grayscale: #C4C4C4. Windows color (decimal): -5845779 or 15584422. OLE color: 15584422.

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

Color convert

RGB 166 204 237 -
CMYK 0.30 0.14 0 0.07
HSL 207.89º 0.66% 0.79% -
HSV(B) 207.89º 0.3% 0.93% -
XYZ 52.6 57.41 88.43 -
YUV 196.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 166 204 237 0.30 0.14 0 0.07 207.89 0.66 0.79
Hex A6 CC ED 1E E 0 7 D0 42 4F
Octal 246 314 355 36 16 0 7 320 102 117
Binary 10100110 11001100 11101101 11110 1110 0 111 11010000 1000010 1001111

Color Harmonies of #A6CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCED

Black with #A6CCED

Text Example


Text Example

White with #A6CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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