#84CCED

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

Shades of Sky Blue #84CCED

Tints of Sky Blue #84CCED

Color information

#84CCED (or 0x84CCED) is unknown color: approx Sky Blue. HEX triplet: 84, CC and ED. RGB value is (132,204,237). Sum of RGB (Red+Green+Blue) = 132+204+237=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #84CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CCED is #7B3312. Grayscale: #BABABA. Windows color (decimal): -8074003 or 15584388. OLE color: 15584388.

HSL color Cylindrical-coordinate representation of color #84CCED: hue angle of 198.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84CCED is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132204237-
CMYK0.440.1400.07
HSL198.86º74.47%72.35%-
HSV(B)198.86º44.3%92.94%-
XYZ46.3954.2188.14-
YUV186.23156.6589.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.04%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=23.04%
G=35.60%
B=41.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322042370.440.1400.07198.8674.4772.35
Hex84CCED2CE07c74a48
Octal204314355541607307112110
Binary100001001100110011101101101100111001111100011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,204,237); }

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

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

 a { background-color: rgb(132,204,237); }

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

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

 span { border-color: rgb(132,204,237); }

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