#84C4EA

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

Shades of Sky Blue #84C4EA

Tints of Sky Blue #84C4EA

Color information

#84C4EA (or 0x84C4EA) is unknown color: approx Sky Blue. HEX triplet: 84, C4 and EA. RGB value is (132,196,234). Sum of RGB (Red+Green+Blue) = 132+196+234=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #84C4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C4EA is #7B3B15. Grayscale: #B4B4B4. Windows color (decimal): -8076054 or 15385732. OLE color: 15385732.

HSL color Cylindrical-coordinate representation of color #84C4EA: hue angle of 202.35º 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 #84C4EA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132196234-
CMYK0.440.1600.08
HSL202.35º70.83%71.76%-
HSV(B)202.35º43.59%91.76%-
XYZ44.1150.3385.23-
YUV181.2157.892.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.49%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=23.49%
G=34.88%
B=41.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321962340.440.1600.08202.3570.8371.76
Hex84C4EA2C1008ca4748
Octal2043043525420010312107110
Binary10000100110001001110101010110010000010001100101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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