#84C0E5

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

Shades of Sky Blue #84C0E5

Tints of Sky Blue #84C0E5

Color information

#84C0E5 (or 0x84C0E5) is unknown color: approx Sky Blue. HEX triplet: 84, C0 and E5. RGB value is (132,192,229). Sum of RGB (Red+Green+Blue) = 132+192+229=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #84C0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C0E5 is #7B3F1A. Grayscale: #B2B2B2. Windows color (decimal): -8077083 or 15057028. OLE color: 15057028.

HSL color Cylindrical-coordinate representation of color #84C0E5: hue angle of 202.89º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84C0E5 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132192229-
CMYK0.420.1600.10
HSL202.89º65.1%70.78%-
HSV(B)202.89º42.36%89.8%-
XYZ42.5148.2681.2-
YUV178.28156.6294.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=23.87%
G=34.72%
B=41.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321922290.420.1600.10202.8965.170.78
Hex84C0E52A100Acb4147
Octal2043003455220012313101107
Binary10000100110000001110010110101010000010101100101110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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