#82DBF4

Color #82DBF4 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #82DBF4

Tints of Sky Blue #82DBF4

Color information

#82DBF4 (or 0x82DBF4) is unknown color: approx Sky Blue. HEX triplet: 82, DB and F4. RGB value is (130,219,244). Sum of RGB (Red+Green+Blue) = 130+219+244=593 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.92% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #82DBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBF4 is #7D240B. Grayscale: #C3C3C3. Windows color (decimal): -8201228 or 16046978. OLE color: 16046978.

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

Color convert

RGB130219244-
CMYK0.470.1000.04
HSL193.16º83.82%73.33%-
HSV(B)193.16º46.72%95.69%-
XYZ50.8761.9494.86-
YUV195.24155.5181.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.92%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 244 (95.70% from 255) = 41.15%
R=21.92%
G=36.93%
B=41.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302192440.470.1000.04193.1683.8273.33
Hex82DBF42FA04c15449
Octal202333364571204301124111
Binary100000101101101111110100101111101001001100000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82DBF4;
 }
 .AnyTagClassName
 {
   color: #82DBF4;
 }
</style>
background-color css

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

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

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

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

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

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