Html Css Color HEX #82E0EE Sky Blue

📋 copy color: '#82E0EE'

red 130 ◦ green 224 ◦ blue 238

#82E0EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #82E0EE

Tints of Sky Blue #82E0EE

RGB

 RED value IS 130 (51.17% from 255) = 21.96%

 GREEN value IS 224 (87.89% from 255) = 37.84%

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 21.96%
G = 37.84%
B = 40.2%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82E0EE (or 0x82E0EE) is known color: Sky Blue. HEX triplet: 82, E0 and EE. RGB value is (130,224,238). Sum of RGB (Red+Green+Blue) = 130+224+238=592 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.96% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #82E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E0EE is #7D1F11. Grayscale: #C5C5C5. Windows color (decimal): -8199954 or 15655042. OLE color: 15655042.

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

Color convert

RGB 130 224 238 -
CMYK 0.45 0.06 0 0.07
HSL 187.78º 0.76% 0.72% -
HSV(B) 187.78º 0.45% 0.93% -
XYZ 51.29 64.23 90.58 -
YUV 197.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 130 224 238 0.45 0.06 0 0.07 187.78 0.76 0.72
Hex 82 E0 EE 2D 6 0 7 BC 4C 48
Octal 202 340 356 55 6 0 7 274 114 110
Binary 10000010 11100000 11101110 101101 110 0 111 10111100 1001100 1001000

Color Harmonies of #82E0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E0EE

Black with #82E0EE

Text Example


Text Example

White with #82E0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82E0EE;
 }
 .AnyTagClassName
 {
   color: #82E0EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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