Html Css Color HEX #82BDEA Sky Blue

📋 copy color: '#82BDEA'

red 130 ◦ green 189 ◦ blue 234

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

Shades of Sky Blue #82BDEA

Tints of Sky Blue #82BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.18%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 23.51%
G = 34.18%
B = 42.31%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82BDEA (or 0x82BDEA) is known color: Sky Blue. HEX triplet: 82, BD and EA. RGB value is (130,189,234). Sum of RGB (Red+Green+Blue) = 130+189+234=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #82BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDEA is #7D4215. Grayscale: #B0B0B0. Windows color (decimal): -8208918 or 15383938. OLE color: 15383938.

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

Color convert

RGB 130 189 234 -
CMYK 0.44 0.19 0 0.08
HSL 205.96º 0.71% 0.71% -
HSV(B) 205.96º 0.44% 0.92% -
XYZ 42.25 47.08 84.7 -
YUV 176.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 130 189 234 0.44 0.19 0 0.08 205.96 0.71 0.71
Hex 82 BD EA 2C 13 0 8 CE 47 47
Octal 202 275 352 54 23 0 10 316 107 107
Binary 10000010 10111101 11101010 101100 10011 0 1000 11001110 1000111 1000111

Color Harmonies of #82BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDEA

Black with #82BDEA

Text Example


Text Example

White with #82BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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