Html Css Color HEX #82DBEB Sky Blue

📋 copy color: '#82DBEB'

red 130 ◦ green 219 ◦ blue 235

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

Shades of Sky Blue #82DBEB

Tints of Sky Blue #82DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 22.26%
G = 37.5%
B = 40.24%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82DBEB (or 0x82DBEB) is known color: Sky Blue. HEX triplet: 82, DB and EB. RGB value is (130,219,235). Sum of RGB (Red+Green+Blue) = 130+219+235=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #82DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBEB is #7D2414. Grayscale: #C2C2C2. Windows color (decimal): -8201237 or 15457154. OLE color: 15457154.

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

Color convert

RGB 130 219 235 -
CMYK 0.45 0.07 0 0.08
HSL 189.14º 0.72% 0.72% -
HSV(B) 189.14º 0.45% 0.92% -
XYZ 49.53 61.41 87.84 -
YUV 194.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 130 219 235 0.45 0.07 0 0.08 189.14 0.72 0.72
Hex 82 DB EB 2D 7 0 8 BD 48 48
Octal 202 333 353 55 7 0 10 275 110 110
Binary 10000010 11011011 11101011 101101 111 0 1000 10111101 1001000 1001000

Color Harmonies of #82DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBEB

Black with #82DBEB

Text Example


Text Example

White with #82DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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