#82C3FB

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

Shades of Light Sky Blue #82C3FB

Tints of Light Sky Blue #82C3FB

Color information

#82C3FB (or 0x82C3FB) is unknown color: approx Light Sky Blue. HEX triplet: 82, C3 and FB. RGB value is (130,195,251). Sum of RGB (Red+Green+Blue) = 130+195+251=576 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.57% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #82C3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C3FB is #7D3C04. Grayscale: #B5B5B5. Windows color (decimal): -8207365 or 16499586. OLE color: 16499586.

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

Color convert

RGB130195251-
CMYK0.480.2200.02
HSL207.77º93.8%74.71%-
HSV(B)207.77º48.21%98.43%-
XYZ46.1350.7498.63-
YUV181.95166.9790.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.57%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=22.57%
G=33.85%
B=43.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301952510.480.2200.02207.7793.874.71
Hex82C3FB301602d05e4b
Octal202303373602602320136113
Binary100000101100001111111011110000101100101101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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