Html Css Color HEX #A6CFEE Sail

📋 copy color: '#A6CFEE'

red 166 ◦ green 207 ◦ blue 238

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

Shades of Sail #A6CFEE

Tints of Sail #A6CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 27.17%
G = 33.88%
B = 38.95%

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

#A6CFEE (or 0xA6CFEE) is known color: Sail. HEX triplet: A6, CF and EE. RGB value is (166,207,238). Sum of RGB (Red+Green+Blue) = 166+207+238=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFEE is #593011. Grayscale: #C6C6C6. Windows color (decimal): -5845010 or 15650726. OLE color: 15650726.

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

Color convert

RGB 166 207 238 -
CMYK 0.30 0.13 0 0.07
HSL 205.83º 0.68% 0.79% -
HSV(B) 205.83º 0.3% 0.93% -
XYZ 53.47 58.91 89.44 -
YUV 198.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 166 207 238 0.30 0.13 0 0.07 205.83 0.68 0.79
Hex A6 CF EE 1E D 0 7 CE 44 4F
Octal 246 317 356 36 15 0 7 316 104 117
Binary 10100110 11001111 11101110 11110 1101 0 111 11001110 1000100 1001111

Color Harmonies of #A6CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFEE

Black with #A6CFEE

Text Example


Text Example

White with #A6CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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