Html Css Color HEX #A6D3EA Sail

📋 copy color: '#A6D3EA'

red 166 ◦ green 211 ◦ blue 234

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

Shades of Sail #A6D3EA

Tints of Sail #A6D3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.53%

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

R = 27.17%
G = 34.53%
B = 38.3%

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

#A6D3EA (or 0xA6D3EA) is known color: Sail. HEX triplet: A6, D3 and EA. RGB value is (166,211,234). Sum of RGB (Red+Green+Blue) = 166+211+234=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D3EA is #592C15. Grayscale: #C8C8C8. Windows color (decimal): -5843990 or 15389606. OLE color: 15389606.

HSL color Cylindrical-coordinate representation of color #A6D3EA: hue angle of 200.29º 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 #A6D3EA is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 211 234 -
CMYK 0.29 0.10 0 0.08
HSL 200.29º 0.62% 0.78% -
HSV(B) 200.29º 0.29% 0.92% -
XYZ 53.87 60.64 86.71 -
YUV 200.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 166 211 234 0.29 0.10 0 0.08 200.29 0.62 0.78
Hex A6 D3 EA 1D A 0 8 C8 3E 4E
Octal 246 323 352 35 12 0 10 310 76 116
Binary 10100110 11010011 11101010 11101 1010 0 1000 11001000 111110 1001110

Color Harmonies of #A6D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D3EA

Black with #A6D3EA

Text Example


Text Example

White with #A6D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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