#84D9F0

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

Shades of Sky Blue #84D9F0

Tints of Sky Blue #84D9F0

Color information

#84D9F0 (or 0x84D9F0) is unknown color: approx Sky Blue. HEX triplet: 84, D9 and F0. RGB value is (132,217,240). Sum of RGB (Red+Green+Blue) = 132+217+240=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #84D9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D9F0 is #7B260F. Grayscale: #C2C2C2. Windows color (decimal): -8070672 or 15784324. OLE color: 15784324.

HSL color Cylindrical-coordinate representation of color #84D9F0: hue angle of 192.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84D9F0 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132217240-
CMYK0.450.1000.06
HSL192.78º78.26%72.94%-
HSV(B)192.78º45%94.12%-
XYZ50.0660.8291.54-
YUV194.21153.8483.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.41%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=22.41%
G=36.84%
B=40.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322172400.450.1000.06192.7878.2672.94
Hex84D9F02DA06c14e49
Octal204331360551206301116111
Binary100001001101100111110000101101101001101100000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,217,240); }

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

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

 a { background-color: rgb(132,217,240); }

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

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

 span { border-color: rgb(132,217,240); }

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