#84C0FB

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

Shades of Light Sky Blue #84C0FB

Tints of Light Sky Blue #84C0FB

Color information

#84C0FB (or 0x84C0FB) is unknown color: approx Light Sky Blue. HEX triplet: 84, C0 and FB. RGB value is (132,192,251). Sum of RGB (Red+Green+Blue) = 132+192+251=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #84C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C0FB is #7B3F04. Grayscale: #B4B4B4. Windows color (decimal): -8077061 or 16498820. OLE color: 16498820.

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

Color convert

RGB132192251-
CMYK0.470.2400.02
HSL209.75º93.7%75.1%-
HSV(B)209.75º47.41%98.43%-
XYZ45.7849.5798.42-
YUV180.79167.6293.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.96%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=22.96%
G=33.39%
B=43.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321922510.470.2400.02209.7593.775.1
Hex84C0FB2F1802d25e4b
Octal204300373573002322136113
Binary100001001100000011111011101111110000101101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,192,251); }

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

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

 a { background-color: rgb(132,192,251); }

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

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

 span { border-color: rgb(132,192,251); }

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