Html Css Color HEX #82D2EF Sky Blue

📋 copy color: '#82D2EF'

red 130 ◦ green 210 ◦ blue 239

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

Shades of Sky Blue #82D2EF

Tints of Sky Blue #82D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.27%

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

R = 22.45%
G = 36.27%
B = 41.28%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82D2EF (or 0x82D2EF) is known color: Sky Blue. HEX triplet: 82, D2 and EF. RGB value is (130,210,239). Sum of RGB (Red+Green+Blue) = 130+210+239=579 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.45% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #82D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D2EF is #7D2D10. Grayscale: #BDBDBD. Windows color (decimal): -8203537 or 15716994. OLE color: 15716994.

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

Color convert

RGB 130 210 239 -
CMYK 0.46 0.12 0 0.06
HSL 195.96º 0.77% 0.72% -
HSV(B) 195.96º 0.46% 0.94% -
XYZ 47.83 57.07 90.16 -
YUV 189.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 130 210 239 0.46 0.12 0 0.06 195.96 0.77 0.72
Hex 82 D2 EF 2E C 0 6 C4 4D 48
Octal 202 322 357 56 14 0 6 304 115 110
Binary 10000010 11010010 11101111 101110 1100 0 110 11000100 1001101 1001000

Color Harmonies of #82D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D2EF

Black with #82D2EF

Text Example


Text Example

White with #82D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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