#84D1FA

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

Shades of Light Sky Blue #84D1FA

Tints of Light Sky Blue #84D1FA

Color information

#84D1FA (or 0x84D1FA) is unknown color: approx Light Sky Blue. HEX triplet: 84, D1 and FA. RGB value is (132,209,250). Sum of RGB (Red+Green+Blue) = 132+209+250=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #84D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D1FA is #7B2E05. Grayscale: #BEBEBE. Windows color (decimal): -8072710 or 16437636. OLE color: 16437636.

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

Color convert

RGB132209250-
CMYK0.470.1600.02
HSL200.85º92.19%74.9%-
HSV(B)200.85º47.2%98.04%-
XYZ49.5757.4198.91-
YUV190.65161.4986.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=22.34%
G=35.36%
B=42.30%

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
Decimal1322092500.470.1600.02200.8592.1974.9
Hex84D1FA2F1002c95c4b
Octal204321372572002311134113
Binary100001001101000111111010101111100000101100100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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