#84DFED

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

Shades of Sky Blue #84DFED

Tints of Sky Blue #84DFED

Color information

#84DFED (or 0x84DFED) is unknown color: approx Sky Blue. HEX triplet: 84, DF and ED. RGB value is (132,223,237). Sum of RGB (Red+Green+Blue) = 132+223+237=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #84DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DFED is #7B2012. Grayscale: #C5C5C5. Windows color (decimal): -8069139 or 15589252. OLE color: 15589252.

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

Color convert

RGB132223237-
CMYK0.440.0600.07
HSL188º74.47%72.35%-
HSV(B)188º44.3%92.94%-
XYZ51.1963.889.74-
YUV197.39150.3581.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.30%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=22.30%
G=37.67%
B=40.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322232370.440.0600.0718874.4772.35
Hex84DFED2C607bc4a48
Octal20433735554607274112110
Binary10000100110111111110110110110011001111011110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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