Html Css Color HEX #A6D4EA Sail

📋 copy color: '#A6D4EA'

red 166 ◦ green 212 ◦ blue 234

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

Shades of Sail #A6D4EA

Tints of Sail #A6D4EA

RGB

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

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

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

R = 27.12%
G = 34.64%
B = 38.24%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6D4EA (or 0xA6D4EA) is known color: Sail. HEX triplet: A6, D4 and EA. RGB value is (166,212,234). Sum of RGB (Red+Green+Blue) = 166+212+234=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6D4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D4EA is #592B15. Grayscale: #C8C8C8. Windows color (decimal): -5843734 or 15389862. OLE color: 15389862.

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

Color convert

RGB 166 212 234 -
CMYK 0.29 0.09 0 0.08
HSL 199.41º 0.62% 0.78% -
HSV(B) 199.41º 0.29% 0.92% -
XYZ 54.12 61.13 86.79 -
YUV 200.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 166 212 234 0.29 0.09 0 0.08 199.41 0.62 0.78
Hex A6 D4 EA 1D 9 0 8 C7 3E 4E
Octal 246 324 352 35 11 0 10 307 76 116
Binary 10100110 11010100 11101010 11101 1001 0 1000 11000111 111110 1001110

Color Harmonies of #A6D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D4EA

Black with #A6D4EA

Text Example


Text Example

White with #A6D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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