Html Css Color HEX #A0C2EA Tropical Blue

📋 copy color: '#A0C2EA'

red 160 ◦ green 194 ◦ blue 234

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

Shades of Tropical Blue #A0C2EA

Tints of Tropical Blue #A0C2EA

RGB

 RED value IS 160 (62.89% from 255) = 27.21%

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

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

R = 27.21%
G = 32.99%
B = 39.8%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0C2EA (or 0xA0C2EA) is known color: Tropical Blue. HEX triplet: A0, C2 and EA. RGB value is (160,194,234). Sum of RGB (Red+Green+Blue) = 160+194+234=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0C2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C2EA is #5F3D15. Grayscale: #BCBCBC. Windows color (decimal): -6241558 or 15385248. OLE color: 15385248.

HSL color Cylindrical-coordinate representation of color #A0C2EA: hue angle of 212.43º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C2EA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 194 234 -
CMYK 0.32 0.17 0 0.08
HSL 212.43º 0.64% 0.77% -
HSV(B) 212.43º 0.32% 0.92% -
XYZ 48.64 52 85.31 -
YUV 188.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 160 194 234 0.32 0.17 0 0.08 212.43 0.64 0.77
Hex A0 C2 EA 20 11 0 8 D4 40 4D
Octal 240 302 352 40 21 0 10 324 100 115
Binary 10100000 11000010 11101010 100000 10001 0 1000 11010100 1000000 1001101

Color Harmonies of #A0C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C2EA

Black with #A0C2EA

Text Example


Text Example

White with #A0C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C2EA; }

 p { color: rgb(160,194,234); }

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

background-color css

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

 a { background-color: rgb(160,194,234); }

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

border-color css

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

 span { border-color: rgb(160,194,234); }

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