Html Css Color HEX #82DCF2 Sky Blue

📋 copy color: '#82DCF2'

red 130 ◦ green 220 ◦ blue 242

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

Shades of Sky Blue #82DCF2

Tints of Sky Blue #82DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 21.96%
G = 37.16%
B = 40.88%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#82DCF2 (or 0x82DCF2) is known color: Sky Blue. HEX triplet: 82, DC and F2. RGB value is (130,220,242). Sum of RGB (Red+Green+Blue) = 130+220+242=592 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.96% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #82DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCF2 is #7D230D. Grayscale: #C3C3C3. Windows color (decimal): -8200974 or 15916162. OLE color: 15916162.

HSL color Cylindrical-coordinate representation of color #82DCF2: hue angle of 191.79º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82DCF2 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 220 242 -
CMYK 0.46 0.09 0 0.05
HSL 191.79º 0.81% 0.73% -
HSV(B) 191.79º 0.46% 0.95% -
XYZ 50.83 62.34 93.36 -
YUV 195.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 130 220 242 0.46 0.09 0 0.05 191.79 0.81 0.73
Hex 82 DC F2 2E 9 0 5 C0 51 49
Octal 202 334 362 56 11 0 5 300 121 111
Binary 10000010 11011100 11110010 101110 1001 0 101 11000000 1010001 1001001

Color Harmonies of #82DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DCF2

Black with #82DCF2

Text Example


Text Example

White with #82DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,242); }

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

background-color css

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

 a { background-color: rgb(130,220,242); }

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

border-color css

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

 span { border-color: rgb(130,220,242); }

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