#83D2F0

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

Shades of Sky Blue #83D2F0

Tints of Sky Blue #83D2F0

Color information

#83D2F0 (or 0x83D2F0) is unknown color: approx Sky Blue. HEX triplet: 83, D2 and F0. RGB value is (131,210,240). Sum of RGB (Red+Green+Blue) = 131+210+240=581 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.55% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #83D2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D2F0 is #7C2D0F. Grayscale: #BDBDBD. Windows color (decimal): -8138000 or 15782531. OLE color: 15782531.

HSL color Cylindrical-coordinate representation of color #83D2F0: hue angle of 196.51º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83D2F0 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131210240-
CMYK0.450.1200.06
HSL196.51º78.42%72.75%-
HSV(B)196.51º45.42%94.12%-
XYZ48.1357.2190.94-
YUV189.8156.3386.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.55%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=22.55%
G=36.14%
B=41.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312102400.450.1200.06196.5178.4272.75
Hex83D2F02DC06c54e49
Octal203322360551406305116111
Binary100000111101001011110000101101110001101100010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83D2F0; }

 p { color: rgb(131,210,240); }

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

<style>
 a { background-color: #83D2F0; }

 a { background-color: rgb(131,210,240); }

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

<style>
 span { border-color: #83D2F0; }

 span { border-color: rgb(131,210,240); }

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