Html Css Color HEX #A6C2F6 Tropical Blue

📋 copy color: '#A6C2F6'

red 166 ◦ green 194 ◦ blue 246

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

Shades of Tropical Blue #A6C2F6

Tints of Tropical Blue #A6C2F6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.01%

 BLUE value IS 246 (96.48% from 255) = 40.59%

R = 27.39%
G = 32.01%
B = 40.59%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6C2F6 (or 0xA6C2F6) is known color: Tropical Blue. HEX triplet: A6, C2 and F6. RGB value is (166,194,246). Sum of RGB (Red+Green+Blue) = 166+194+246=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6C2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C2F6 is #593D09. Grayscale: #BFBFBF. Windows color (decimal): -5848330 or 16171686. OLE color: 16171686.

HSL color Cylindrical-coordinate representation of color #A6C2F6: hue angle of 219º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6C2F6 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 194 246 -
CMYK 0.33 0.21 0 0.04
HSL 219º 0.82% 0.81% -
HSV(B) 219º 0.33% 0.96% -
XYZ 51.65 53.34 94.76 -
YUV 191.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 166 194 246 0.33 0.21 0 0.04 219 0.82 0.81
Hex A6 C2 F6 21 15 0 4 DB 52 51
Octal 246 302 366 41 25 0 4 333 122 121
Binary 10100110 11000010 11110110 100001 10101 0 100 11011011 1010010 1010001

Color Harmonies of #A6C2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2F6

Black with #A6C2F6

Text Example


Text Example

White with #A6C2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2F6; }

 p { color: rgb(166,194,246); }

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

background-color css

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

 a { background-color: rgb(166,194,246); }

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

border-color css

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

 span { border-color: rgb(166,194,246); }

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