Html Css Color HEX #82D5EF Sky Blue

📋 copy color: '#82D5EF'

red 130 ◦ green 213 ◦ blue 239

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

Shades of Sky Blue #82D5EF

Tints of Sky Blue #82D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.6%

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 22.34%
G = 36.6%
B = 41.07%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82D5EF (or 0x82D5EF) is known color: Sky Blue. HEX triplet: 82, D5 and EF. RGB value is (130,213,239). Sum of RGB (Red+Green+Blue) = 130+213+239=582 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.34% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #82D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D5EF is #7D2A10. Grayscale: #BEBEBE. Windows color (decimal): -8202769 or 15717762. OLE color: 15717762.

HSL color Cylindrical-coordinate representation of color #82D5EF: hue angle of 194.31º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82D5EF is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 213 239 -
CMYK 0.46 0.11 0 0.06
HSL 194.31º 0.77% 0.72% -
HSV(B) 194.31º 0.46% 0.94% -
XYZ 48.58 58.57 90.41 -
YUV 191.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 130 213 239 0.46 0.11 0 0.06 194.31 0.77 0.72
Hex 82 D5 EF 2E B 0 6 C2 4D 48
Octal 202 325 357 56 13 0 6 302 115 110
Binary 10000010 11010101 11101111 101110 1011 0 110 11000010 1001101 1001000

Color Harmonies of #82D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D5EF

Black with #82D5EF

Text Example


Text Example

White with #82D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,239); }

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

background-color css

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

 a { background-color: rgb(130,213,239); }

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

border-color css

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

 span { border-color: rgb(130,213,239); }

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