#84C5FB

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

Shades of Light Sky Blue #84C5FB

Tints of Light Sky Blue #84C5FB

Color information

#84C5FB (or 0x84C5FB) is unknown color: approx Light Sky Blue. HEX triplet: 84, C5 and FB. RGB value is (132,197,251). Sum of RGB (Red+Green+Blue) = 132+197+251=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #84C5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C5FB is #7B3A04. Grayscale: #B7B7B7. Windows color (decimal): -8075781 or 16500100. OLE color: 16500100.

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

Color convert

RGB132197251-
CMYK0.470.2200.02
HSL207.23º93.7%75.1%-
HSV(B)207.23º47.41%98.43%-
XYZ46.8951.898.79-
YUV183.72165.9791.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.76%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=22.76%
G=33.97%
B=43.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321972510.470.2200.02207.2393.775.1
Hex84C5FB2F1602cf5e4b
Octal204305373572602317136113
Binary100001001100010111111011101111101100101100111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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