#82CBEA

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

Shades of Sky Blue #82CBEA

Tints of Sky Blue #82CBEA

Color information

#82CBEA (or 0x82CBEA) is unknown color: approx Sky Blue. HEX triplet: 82, CB and EA. RGB value is (130,203,234). Sum of RGB (Red+Green+Blue) = 130+203+234=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #82CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CBEA is #7D3415. Grayscale: #B8B8B8. Windows color (decimal): -8205334 or 15387522. OLE color: 15387522.

HSL color Cylindrical-coordinate representation of color #82CBEA: hue angle of 197.88º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82CBEA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130203234-
CMYK0.440.1300.08
HSL197.88º71.23%71.37%-
HSV(B)197.88º44.44%91.76%-
XYZ45.4153.485.76-
YUV184.71155.8288.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=22.93%
G=35.80%
B=41.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302032340.440.1300.08197.8871.2371.37
Hex82CBEA2CD08c64747
Octal2023133525415010306107107
Binary1000001011001011111010101011001101010001100011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,234); }

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

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

 a { background-color: rgb(130,203,234); }

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

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

 span { border-color: rgb(130,203,234); }

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