#84CCFA

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

Shades of Light Sky Blue #84CCFA

Tints of Light Sky Blue #84CCFA

Color information

#84CCFA (or 0x84CCFA) is unknown color: approx Light Sky Blue. HEX triplet: 84, CC and FA. RGB value is (132,204,250). Sum of RGB (Red+Green+Blue) = 132+204+250=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #84CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CCFA is #7B3305. Grayscale: #BBBBBB. Windows color (decimal): -8073990 or 16436356. OLE color: 16436356.

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

Color convert

RGB132204250-
CMYK0.470.1800.02
HSL203.39º92.19%74.9%-
HSV(B)203.39º47.2%98.04%-
XYZ48.3654.9998.51-
YUV187.72163.1588.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.53%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=22.53%
G=34.81%
B=42.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322042500.470.1800.02203.3992.1974.9
Hex84CCFA2F1202cb5c4b
Octal204314372572202313134113
Binary100001001100110011111010101111100100101100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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