Html Css Color HEX #A6D4EB Sail

📋 copy color: '#A6D4EB'

red 166 ◦ green 212 ◦ blue 235

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

Shades of Sail #A6D4EB

Tints of Sail #A6D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.58%

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 27.08%
G = 34.58%
B = 38.34%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6D4EB (or 0xA6D4EB) is known color: Sail. HEX triplet: A6, D4 and EB. RGB value is (166,212,235). Sum of RGB (Red+Green+Blue) = 166+212+235=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D4EB is #592B14. Grayscale: #C8C8C8. Windows color (decimal): -5843733 or 15455398. OLE color: 15455398.

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

Color convert

RGB 166 212 235 -
CMYK 0.29 0.10 0 0.08
HSL 200º 0.63% 0.79% -
HSV(B) 200º 0.29% 0.92% -
XYZ 54.26 61.19 87.55 -
YUV 200.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 166 212 235 0.29 0.10 0 0.08 200 0.63 0.79
Hex A6 D4 EB 1D A 0 8 C8 3F 4F
Octal 246 324 353 35 12 0 10 310 77 117
Binary 10100110 11010100 11101011 11101 1010 0 1000 11001000 111111 1001111

Color Harmonies of #A6D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D4EB

Black with #A6D4EB

Text Example


Text Example

White with #A6D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D4EB; }

 p { color: rgb(166,212,235); }

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

background-color css

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

 a { background-color: rgb(166,212,235); }

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

border-color css

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

 span { border-color: rgb(166,212,235); }

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