Html Css Color HEX #82DCF1 Sky Blue

📋 copy color: '#82DCF1'

red 130 ◦ green 220 ◦ blue 241

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

Shades of Sky Blue #82DCF1

Tints of Sky Blue #82DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 22%
G = 37.23%
B = 40.78%

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

#82DCF1 (or 0x82DCF1) is known color: Sky Blue. HEX triplet: 82, DC and F1. RGB value is (130,220,241). Sum of RGB (Red+Green+Blue) = 130+220+241=591 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.00% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #82DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCF1 is #7D230E. Grayscale: #C3C3C3. Windows color (decimal): -8200975 or 15850626. OLE color: 15850626.

HSL color Cylindrical-coordinate representation of color #82DCF1: hue angle of 191.35º degrees, saturation: 0.8, 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 #82DCF1 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 220 241 -
CMYK 0.46 0.09 0 0.05
HSL 191.35º 0.8% 0.73% -
HSV(B) 191.35º 0.46% 0.95% -
XYZ 50.68 62.28 92.57 -
YUV 195.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 130 220 241 0.46 0.09 0 0.05 191.35 0.8 0.73
Hex 82 DC F1 2E 9 0 5 BF 50 49
Octal 202 334 361 56 11 0 5 277 120 111
Binary 10000010 11011100 11110001 101110 1001 0 101 10111111 1010000 1001001

Color Harmonies of #82DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DCF1

Black with #82DCF1

Text Example


Text Example

White with #82DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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