Html Css Color HEX #82DAEC Sky Blue

📋 copy color: '#82DAEC'

red 130 ◦ green 218 ◦ blue 236

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

Shades of Sky Blue #82DAEC

Tints of Sky Blue #82DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.33%

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 22.26%
G = 37.33%
B = 40.41%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82DAEC (or 0x82DAEC) is known color: Sky Blue. HEX triplet: 82, DA and EC. RGB value is (130,218,236). Sum of RGB (Red+Green+Blue) = 130+218+236=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #82DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DAEC is #7D2513. Grayscale: #C1C1C1. Windows color (decimal): -8201492 or 15522434. OLE color: 15522434.

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

Color convert

RGB 130 218 236 -
CMYK 0.45 0.08 0 0.07
HSL 190.19º 0.74% 0.72% -
HSV(B) 190.19º 0.45% 0.93% -
XYZ 49.42 60.94 88.52 -
YUV 193.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 130 218 236 0.45 0.08 0 0.07 190.19 0.74 0.72
Hex 82 DA EC 2D 8 0 7 BE 4A 48
Octal 202 332 354 55 10 0 7 276 112 110
Binary 10000010 11011010 11101100 101101 1000 0 111 10111110 1001010 1001000

Color Harmonies of #82DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DAEC

Black with #82DAEC

Text Example


Text Example

White with #82DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,236); }

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

background-color css

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

 a { background-color: rgb(130,218,236); }

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

border-color css

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

 span { border-color: rgb(130,218,236); }

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