Html Css Color HEX #82DFF6 Sky Blue

📋 copy color: '#82DFF6'

red 130 ◦ green 223 ◦ blue 246

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

Shades of Sky Blue #82DFF6

Tints of Sky Blue #82DFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 246 (96.48% from 255) = 41.07%

R = 21.7%
G = 37.23%
B = 41.07%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#82DFF6 (or 0x82DFF6) is known color: Sky Blue. HEX triplet: 82, DF and F6. RGB value is (130,223,246). Sum of RGB (Red+Green+Blue) = 130+223+246=599 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.70% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 246 - color contains mainly: blue. Hex color #82DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DFF6 is #7D2009. Grayscale: #C5C5C5. Windows color (decimal): -8200202 or 16179074. OLE color: 16179074.

HSL color Cylindrical-coordinate representation of color #82DFF6: hue angle of 191.9º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82DFF6 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 223 246 -
CMYK 0.47 0.09 0 0.04
HSL 191.9º 0.87% 0.74% -
HSV(B) 191.9º 0.47% 0.96% -
XYZ 52.23 64.18 96.82 -
YUV 197.82 155.19 79.63 -
System Red Green Blue C M Y K H S L
Decimal 130 223 246 0.47 0.09 0 0.04 191.9 0.87 0.74
Hex 82 DF F6 2F 9 0 4 C0 57 4A
Octal 202 337 366 57 11 0 4 300 127 112
Binary 10000010 11011111 11110110 101111 1001 0 100 11000000 1010111 1001010

Color Harmonies of #82DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DFF6

Black with #82DFF6

Text Example


Text Example

White with #82DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,246); }

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

background-color css

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

 a { background-color: rgb(130,223,246); }

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

border-color css

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

 span { border-color: rgb(130,223,246); }

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