Html Css Color HEX #A6CFEA Sail

📋 copy color: '#A6CFEA'

red 166 ◦ green 207 ◦ blue 234

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

Shades of Sail #A6CFEA

Tints of Sail #A6CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 27.35%
G = 34.1%
B = 38.55%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6CFEA (or 0xA6CFEA) is known color: Sail. HEX triplet: A6, CF and EA. RGB value is (166,207,234). Sum of RGB (Red+Green+Blue) = 166+207+234=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFEA is #593015. Grayscale: #C5C5C5. Windows color (decimal): -5845014 or 15388582. OLE color: 15388582.

HSL color Cylindrical-coordinate representation of color #A6CFEA: hue angle of 203.82º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6CFEA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 207 234 -
CMYK 0.29 0.12 0 0.08
HSL 203.82º 0.62% 0.78% -
HSV(B) 203.82º 0.29% 0.92% -
XYZ 52.89 58.67 86.38 -
YUV 197.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 166 207 234 0.29 0.12 0 0.08 203.82 0.62 0.78
Hex A6 CF EA 1D C 0 8 CC 3E 4E
Octal 246 317 352 35 14 0 10 314 76 116
Binary 10100110 11001111 11101010 11101 1100 0 1000 11001100 111110 1001110

Color Harmonies of #A6CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFEA

Black with #A6CFEA

Text Example


Text Example

White with #A6CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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