#84C9FC

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

Shades of Light Sky Blue #84C9FC

Tints of Light Sky Blue #84C9FC

Color information

#84C9FC (or 0x84C9FC) is unknown color: approx Light Sky Blue. HEX triplet: 84, C9 and FC. RGB value is (132,201,252). Sum of RGB (Red+Green+Blue) = 132+201+252=585 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.56% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #84C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C9FC is #7B3603. Grayscale: #B9B9B9. Windows color (decimal): -8074756 or 16566660. OLE color: 16566660.

HSL color Cylindrical-coordinate representation of color #84C9FC: hue angle of 205.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84C9FC is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132201252-
CMYK0.480.2000.01
HSL205.5º95.24%75.29%-
HSV(B)205.5º47.62%98.82%-
XYZ47.9753.7199.93-
YUV186.18165.1489.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.56%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=22.56%
G=34.36%
B=43.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322012520.480.2000.01205.595.2475.29
Hex84C9FC301401ce5f4b
Octal204311374602401316137113
Binary10000100110010011111110011000010100011100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,201,252); }

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

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

 a { background-color: rgb(132,201,252); }

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

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

 span { border-color: rgb(132,201,252); }

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