#84C1FA

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

Shades of Light Sky Blue #84C1FA

Tints of Light Sky Blue #84C1FA

Color information

#84C1FA (or 0x84C1FA) is unknown color: approx Light Sky Blue. HEX triplet: 84, C1 and FA. RGB value is (132,193,250). Sum of RGB (Red+Green+Blue) = 132+193+250=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #84C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C1FA is #7B3E05. Grayscale: #B4B4B4. Windows color (decimal): -8076806 or 16433540. OLE color: 16433540.

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

Color convert

RGB132193250-
CMYK0.470.2300.02
HSL208.98º92.19%74.9%-
HSV(B)208.98º47.2%98.04%-
XYZ45.8449.9597.67-
YUV181.26166.7992.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.96%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=22.96%
G=33.57%
B=43.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321932500.470.2300.02208.9892.1974.9
Hex84C1FA2F1702d15c4b
Octal204301372572702321134113
Binary100001001100000111111010101111101110101101000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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