#84D2F9

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

Shades of Light Sky Blue #84D2F9

Tints of Light Sky Blue #84D2F9

Color information

#84D2F9 (or 0x84D2F9) is unknown color: approx Light Sky Blue. HEX triplet: 84, D2 and F9. RGB value is (132,210,249). Sum of RGB (Red+Green+Blue) = 132+210+249=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #84D2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D2F9 is #7B2D06. Grayscale: #BEBEBE. Windows color (decimal): -8072455 or 16372356. OLE color: 16372356.

HSL color Cylindrical-coordinate representation of color #84D2F9: hue angle of 200º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84D2F9 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132210249-
CMYK0.470.1600.02
HSL200º90.7%74.71%-
HSV(B)200º46.99%97.65%-
XYZ49.6657.8498.17-
YUV191.12160.6685.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=22.34%
G=35.53%
B=42.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322102490.470.1600.0220090.774.71
Hex84D2F92F1002c85b4b
Octal204322371572002310133113
Binary100001001101001011111001101111100000101100100010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,210,249); }

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

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

 a { background-color: rgb(132,210,249); }

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

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

 span { border-color: rgb(132,210,249); }

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