Html Css Color HEX #82D4EF Sky Blue

📋 copy color: '#82D4EF'

red 130 ◦ green 212 ◦ blue 239

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

Shades of Sky Blue #82D4EF

Tints of Sky Blue #82D4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.49%

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

R = 22.38%
G = 36.49%
B = 41.14%

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

#82D4EF (or 0x82D4EF) is known color: Sky Blue. HEX triplet: 82, D4 and EF. RGB value is (130,212,239). Sum of RGB (Red+Green+Blue) = 130+212+239=581 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.38% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #82D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D4EF is #7D2B10. Grayscale: #BEBEBE. Windows color (decimal): -8203025 or 15717506. OLE color: 15717506.

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

Color convert

RGB 130 212 239 -
CMYK 0.46 0.11 0 0.06
HSL 194.86º 0.77% 0.72% -
HSV(B) 194.86º 0.46% 0.94% -
XYZ 48.33 58.06 90.32 -
YUV 190.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 130 212 239 0.46 0.11 0 0.06 194.86 0.77 0.72
Hex 82 D4 EF 2E B 0 6 C3 4D 48
Octal 202 324 357 56 13 0 6 303 115 110
Binary 10000010 11010100 11101111 101110 1011 0 110 11000011 1001101 1001000

Color Harmonies of #82D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D4EF

Black with #82D4EF

Text Example


Text Example

White with #82D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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