#84D7FE

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

Shades of Light Sky Blue #84D7FE

Tints of Light Sky Blue #84D7FE

Color information

#84D7FE (or 0x84D7FE) is unknown color: approx Light Sky Blue. HEX triplet: 84, D7 and FE. RGB value is (132,215,254). Sum of RGB (Red+Green+Blue) = 132+215+254=601 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.96% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #84D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D7FE is #7B2801. Grayscale: #C2C2C2. Windows color (decimal): -8071170 or 16701316. OLE color: 16701316.

HSL color Cylindrical-coordinate representation of color #84D7FE: hue angle of 199.18º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84D7FE is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132215254-
CMYK0.480.1500.00
HSL199.18º98.39%75.69%-
HSV(B)199.18º48.03%99.61%-
XYZ51.7160.66102.75-
YUV194.63161.583.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.96%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=21.96%
G=35.77%
B=42.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322152540.480.1500.00199.1898.3975.69
Hex84D7FE30F00c7624c
Octal204327376601700307142114
Binary1000010011010111111111101100001111001100011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,215,254); }

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

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

 a { background-color: rgb(132,215,254); }

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

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

 span { border-color: rgb(132,215,254); }

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