Html Css Color HEX #A6C2FF Tropical Blue

📋 copy color: '#A6C2FF'

red 166 ◦ green 194 ◦ blue 255

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

Shades of Tropical Blue #A6C2FF

Tints of Tropical Blue #A6C2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 26.99%
G = 31.54%
B = 41.46%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6C2FF (or 0xA6C2FF) is known color: Tropical Blue. HEX triplet: A6, C2 and FF. RGB value is (166,194,255). Sum of RGB (Red+Green+Blue) = 166+194+255=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C2FF is #593D00. Grayscale: #C0C0C0. Windows color (decimal): -5848321 or 16761510. OLE color: 16761510.

HSL color Cylindrical-coordinate representation of color #A6C2FF: hue angle of 221.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C2FF is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 194 255 -
CMYK 0.35 0.24 0 0
HSL 221.12º 1% 0.83% -
HSV(B) 221.12º 0.35% 1% -
XYZ 53.07 53.91 102.22 -
YUV 192.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 166 194 255 0.35 0.24 0 0 221.12 1 0.83
Hex A6 C2 FF 23 18 0 0 DD 64 53
Octal 246 302 377 43 30 0 0 335 144 123
Binary 10100110 11000010 11111111 100011 11000 0 0 11011101 1100100 1010011

Color Harmonies of #A6C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2FF

Black with #A6C2FF

Text Example


Text Example

White with #A6C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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