#83D5F0

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

Shades of Sky Blue #83D5F0

Tints of Sky Blue #83D5F0

Color information

#83D5F0 (or 0x83D5F0) is unknown color: approx Sky Blue. HEX triplet: 83, D5 and F0. RGB value is (131,213,240). Sum of RGB (Red+Green+Blue) = 131+213+240=584 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.43% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #83D5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D5F0 is #7C2A0F. Grayscale: #BFBFBF. Windows color (decimal): -8137232 or 15783299. OLE color: 15783299.

HSL color Cylindrical-coordinate representation of color #83D5F0: hue angle of 194.86º 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 #83D5F0 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131213240-
CMYK0.450.1100.06
HSL194.86º78.42%72.75%-
HSV(B)194.86º45.42%94.12%-
XYZ48.8858.7191.19-
YUV191.56155.3384.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.43%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=22.43%
G=36.47%
B=41.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312132400.450.1100.06194.8678.4272.75
Hex83D5F02DB06c34e49
Octal203325360551306303116111
Binary100000111101010111110000101101101101101100001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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