#84D2FA

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

Shades of Light Sky Blue #84D2FA

Tints of Light Sky Blue #84D2FA

Color information

#84D2FA (or 0x84D2FA) is unknown color: approx Light Sky Blue. HEX triplet: 84, D2 and FA. RGB value is (132,210,250). Sum of RGB (Red+Green+Blue) = 132+210+250=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #84D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D2FA is #7B2D05. Grayscale: #BFBFBF. Windows color (decimal): -8072454 or 16437892. OLE color: 16437892.

HSL color Cylindrical-coordinate representation of color #84D2FA: hue angle of 200.34º degrees, saturation: 0.92, 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 #84D2FA is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132210250-
CMYK0.470.1600.02
HSL200.34º92.19%74.9%-
HSV(B)200.34º47.2%98.04%-
XYZ49.8257.998.99-
YUV191.24161.1685.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.30%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=22.30%
G=35.47%
B=42.23%

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
Decimal1322102500.470.1600.02200.3492.1974.9
Hex84D2FA2F1002c85c4b
Octal204322372572002310134113
Binary100001001101001011111010101111100000101100100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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