#82D7FB

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

Shades of Light Sky Blue #82D7FB

Tints of Light Sky Blue #82D7FB

Color information

#82D7FB (or 0x82D7FB) is unknown color: approx Light Sky Blue. HEX triplet: 82, D7 and FB. RGB value is (130,215,251). Sum of RGB (Red+Green+Blue) = 130+215+251=596 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.81% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #82D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D7FB is #7D2804. Grayscale: #C1C1C1. Windows color (decimal): -8202245 or 16504706. OLE color: 16504706.

HSL color Cylindrical-coordinate representation of color #82D7FB: hue angle of 197.85º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82D7FB is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130215251-
CMYK0.480.1400.02
HSL197.85º93.8%74.71%-
HSV(B)197.85º48.21%98.43%-
XYZ50.9260.31100.22-
YUV193.69160.3482.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.81%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=21.81%
G=36.07%
B=42.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302152510.480.1400.02197.8593.874.71
Hex82D7FB30E02c65e4b
Octal202327373601602306136113
Binary10000010110101111111101111000011100101100011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82D7FB; }

 p { color: rgb(130,215,251); }

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

<style>
 a { background-color: #82D7FB; }

 a { background-color: rgb(130,215,251); }

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

<style>
 span { border-color: #82D7FB; }

 span { border-color: rgb(130,215,251); }

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