#82CFED

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

Shades of Sky Blue #82CFED

Tints of Sky Blue #82CFED

Color information

#82CFED (or 0x82CFED) is unknown color: approx Sky Blue. HEX triplet: 82, CF and ED. RGB value is (130,207,237). Sum of RGB (Red+Green+Blue) = 130+207+237=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #82CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CFED is #7D3012. Grayscale: #BBBBBB. Windows color (decimal): -8204307 or 15585154. OLE color: 15585154.

HSL color Cylindrical-coordinate representation of color #82CFED: hue angle of 196.82º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82CFED is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130207237-
CMYK0.450.1300.07
HSL196.82º74.83%71.96%-
HSV(B)196.82º45.15%92.94%-
XYZ46.855.4988.36-
YUV187.4155.9987.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.65%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=22.65%
G=36.06%
B=41.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302072370.450.1300.07196.8274.8371.96
Hex82CFED2DD07c54b48
Octal202317355551507305113110
Binary100000101100111111101101101101110101111100010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,207,237); }

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

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

 a { background-color: rgb(130,207,237); }

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

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

 span { border-color: rgb(130,207,237); }

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