Html Css Color HEX #82DBEE Sky Blue

📋 copy color: '#82DBEE'

red 130 ◦ green 219 ◦ blue 238

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

Shades of Sky Blue #82DBEE

Tints of Sky Blue #82DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

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

R = 22.15%
G = 37.31%
B = 40.55%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82DBEE (or 0x82DBEE) is known color: Sky Blue. HEX triplet: 82, DB and EE. RGB value is (130,219,238). Sum of RGB (Red+Green+Blue) = 130+219+238=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #82DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBEE is #7D2411. Grayscale: #C2C2C2. Windows color (decimal): -8201234 or 15653762. OLE color: 15653762.

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

Color convert

RGB 130 219 238 -
CMYK 0.45 0.08 0 0.07
HSL 190.56º 0.76% 0.72% -
HSV(B) 190.56º 0.45% 0.93% -
XYZ 49.97 61.58 90.14 -
YUV 194.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 130 219 238 0.45 0.08 0 0.07 190.56 0.76 0.72
Hex 82 DB EE 2D 8 0 7 BF 4C 48
Octal 202 333 356 55 10 0 7 277 114 110
Binary 10000010 11011011 11101110 101101 1000 0 111 10111111 1001100 1001000

Color Harmonies of #82DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBEE

Black with #82DBEE

Text Example


Text Example

White with #82DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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