Html Css Color HEX #A6CFEC Sail

📋 copy color: '#A6CFEC'

red 166 ◦ green 207 ◦ blue 236

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

Shades of Sail #A6CFEC

Tints of Sail #A6CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.99%

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

R = 27.26%
G = 33.99%
B = 38.75%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6CFEC (or 0xA6CFEC) is known color: Sail. HEX triplet: A6, CF and EC. RGB value is (166,207,236). Sum of RGB (Red+Green+Blue) = 166+207+236=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFEC is #593013. Grayscale: #C5C5C5. Windows color (decimal): -5845012 or 15519654. OLE color: 15519654.

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

Color convert

RGB 166 207 236 -
CMYK 0.30 0.12 0 0.07
HSL 204.86º 0.65% 0.79% -
HSV(B) 204.86º 0.3% 0.93% -
XYZ 53.18 58.79 87.9 -
YUV 198.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 166 207 236 0.30 0.12 0 0.07 204.86 0.65 0.79
Hex A6 CF EC 1E C 0 7 CD 41 4F
Octal 246 317 354 36 14 0 7 315 101 117
Binary 10100110 11001111 11101100 11110 1100 0 111 11001101 1000001 1001111

Color Harmonies of #A6CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFEC

Black with #A6CFEC

Text Example


Text Example

White with #A6CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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