#84DBF7

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

Shades of Light Sky Blue #84DBF7

Tints of Light Sky Blue #84DBF7

Color information

#84DBF7 (or 0x84DBF7) is unknown color: approx Light Sky Blue. HEX triplet: 84, DB and F7. RGB value is (132,219,247). Sum of RGB (Red+Green+Blue) = 132+219+247=598 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.07% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #84DBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DBF7 is #7B2408. Grayscale: #C3C3C3. Windows color (decimal): -8070153 or 16243588. OLE color: 16243588.

HSL color Cylindrical-coordinate representation of color #84DBF7: hue angle of 194.61º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84DBF7 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB132219247-
CMYK0.470.1100.03
HSL194.61º87.79%74.31%-
HSV(B)194.61º46.56%96.86%-
XYZ51.6462.2897.3-
YUV196.18156.6882.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.07%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 247 (96.88% from 255) = 41.30%
R=22.07%
G=36.62%
B=41.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1322192470.470.1100.03194.6187.7974.31
Hex84DBF72FB03c3584a
Octal204333367571303303130112
Binary10000100110110111111011110111110110111100001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,219,247); }

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

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

 a { background-color: rgb(132,219,247); }

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

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

 span { border-color: rgb(132,219,247); }

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