#82CEF9

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

Shades of Light Sky Blue #82CEF9

Tints of Light Sky Blue #82CEF9

Color information

#82CEF9 (or 0x82CEF9) is unknown color: approx Light Sky Blue. HEX triplet: 82, CE and F9. RGB value is (130,206,249). Sum of RGB (Red+Green+Blue) = 130+206+249=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #82CEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CEF9 is #7D3106. Grayscale: #BBBBBB. Windows color (decimal): -8204551 or 16371330. OLE color: 16371330.

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

Color convert

RGB130206249-
CMYK0.480.1700.02
HSL201.68º90.84%74.31%-
HSV(B)201.68º47.79%97.65%-
XYZ48.3855.7397.83-
YUV188.18162.3286.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.22%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=22.22%
G=35.21%
B=42.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302062490.480.1700.02201.6890.8474.31
Hex82CEF9301102ca5b4a
Octal202316371602102312133112
Binary100000101100111011111001110000100010101100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,249); }

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

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

 a { background-color: rgb(130,206,249); }

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

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

 span { border-color: rgb(130,206,249); }

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