Html Css Color HEX #82DBF6 Sky Blue

📋 copy color: '#82DBF6'

red 130 ◦ green 219 ◦ blue 246

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

Shades of Sky Blue #82DBF6

Tints of Sky Blue #82DBF6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.81%

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

R = 21.85%
G = 36.81%
B = 41.34%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#82DBF6 (or 0x82DBF6) is known color: Sky Blue. HEX triplet: 82, DB and F6. RGB value is (130,219,246). Sum of RGB (Red+Green+Blue) = 130+219+246=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #82DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBF6 is #7D2409. Grayscale: #C3C3C3. Windows color (decimal): -8201226 or 16178050. OLE color: 16178050.

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

Color convert

RGB 130 219 246 -
CMYK 0.47 0.11 0 0.04
HSL 193.97º 0.87% 0.74% -
HSV(B) 193.97º 0.47% 0.96% -
XYZ 51.17 62.06 96.47 -
YUV 195.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 130 219 246 0.47 0.11 0 0.04 193.97 0.87 0.74
Hex 82 DB F6 2F B 0 4 C2 57 4A
Octal 202 333 366 57 13 0 4 302 127 112
Binary 10000010 11011011 11110110 101111 1011 0 100 11000010 1010111 1001010

Color Harmonies of #82DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBF6

Black with #82DBF6

Text Example


Text Example

White with #82DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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