Html Css Color HEX #A4C0E6 Tropical Blue

📋 copy color: '#A4C0E6'

red 164 ◦ green 192 ◦ blue 230

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

Shades of Tropical Blue #A4C0E6

Tints of Tropical Blue #A4C0E6

RGB

 RED value IS 164 (64.45% from 255) = 27.99%

 GREEN value IS 192 (75.39% from 255) = 32.76%

 BLUE value IS 230 (90.23% from 255) = 39.25%

R = 27.99%
G = 32.76%
B = 39.25%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A4C0E6 (or 0xA4C0E6) is known color: Tropical Blue. HEX triplet: A4, C0 and E6. RGB value is (164,192,230). Sum of RGB (Red+Green+Blue) = 164+192+230=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4C0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C0E6 is #5B3F19. Grayscale: #BBBBBB. Windows color (decimal): -5979930 or 15122596. OLE color: 15122596.

HSL color Cylindrical-coordinate representation of color #A4C0E6: hue angle of 214.55º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4C0E6 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 192 230 -
CMYK 0.29 0.17 0 0.10
HSL 214.55º 0.57% 0.77% -
HSV(B) 214.55º 0.29% 0.9% -
XYZ 48.44 51.3 82.21 -
YUV 187.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 164 192 230 0.29 0.17 0 0.10 214.55 0.57 0.77
Hex A4 C0 E6 1D 11 0 A D7 39 4D
Octal 244 300 346 35 21 0 12 327 71 115
Binary 10100100 11000000 11100110 11101 10001 0 1010 11010111 111001 1001101

Color Harmonies of #A4C0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C0E6

Black with #A4C0E6

Text Example


Text Example

White with #A4C0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C0E6; }

 p { color: rgb(164,192,230); }

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

background-color css

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

 a { background-color: rgb(164,192,230); }

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

border-color css

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

 span { border-color: rgb(164,192,230); }

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