#82CAEE

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

Shades of Sky Blue #82CAEE

Tints of Sky Blue #82CAEE

Color information

#82CAEE (or 0x82CAEE) is unknown color: approx Sky Blue. HEX triplet: 82, CA and EE. RGB value is (130,202,238). Sum of RGB (Red+Green+Blue) = 130+202+238=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #82CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CAEE is #7D3511. Grayscale: #B8B8B8. Windows color (decimal): -8205586 or 15649410. OLE color: 15649410.

HSL color Cylindrical-coordinate representation of color #82CAEE: hue angle of 200º degrees, saturation: 0.76, 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 #82CAEE is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130202238-
CMYK0.450.1500.07
HSL200º76.06%72.16%-
HSV(B)200º45.38%93.33%-
XYZ45.7653.1688.74-
YUV184.58158.1589.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.81%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=22.81%
G=35.44%
B=41.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302022380.450.1500.0720076.0672.16
Hex82CAEE2DF07c84c48
Octal202312356551707310114110
Binary100000101100101011101110101101111101111100100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,238); }

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

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

 a { background-color: rgb(130,202,238); }

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

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

 span { border-color: rgb(130,202,238); }

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