#84C0EA

Color #84C0EA Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #84C0EA

Tints of Sky Blue #84C0EA

Color information

#84C0EA (or 0x84C0EA) is unknown color: approx Sky Blue. HEX triplet: 84, C0 and EA. RGB value is (132,192,234). Sum of RGB (Red+Green+Blue) = 132+192+234=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #84C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C0EA is #7B3F15. Grayscale: #B2B2B2. Windows color (decimal): -8077078 or 15384708. OLE color: 15384708.

HSL color Cylindrical-coordinate representation of color #84C0EA: hue angle of 204.71º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C0EA is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132192234-
CMYK0.440.1800.08
HSL204.71º70.83%71.76%-
HSV(B)204.71º43.59%91.76%-
XYZ43.2248.5584.93-
YUV178.85159.1294.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.66%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=23.66%
G=34.41%
B=41.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321922340.440.1800.08204.7170.8371.76
Hex84C0EA2C1208cd4748
Octal2043003525422010315107110
Binary10000100110000001110101010110010010010001100110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C0EA; }

 p { color: rgb(132,192,234); }

 H1.HeaderClassName
 {
   color: #84C0EA;
 }
 .AnyTagClassName
 {
   color: #84C0EA;
 }
</style>
background-color css

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

 a { background-color: rgb(132,192,234); }

 div.DivClassName
 {
   background-color: #84C0EA;
 }
 .BgClassName
 {
   background-color: #84C0EA;
 }
</style>
border-color css

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

 span { border-color: rgb(132,192,234); }

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