#83D7FD

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

Shades of Light Sky Blue #83D7FD

Tints of Light Sky Blue #83D7FD

Color information

#83D7FD (or 0x83D7FD) is unknown color: approx Light Sky Blue. HEX triplet: 83, D7 and FD. RGB value is (131,215,253). Sum of RGB (Red+Green+Blue) = 131+215+253=599 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.87% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #83D7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D7FD is #7C2802. Grayscale: #C1C1C1. Windows color (decimal): -8136707 or 16635779. OLE color: 16635779.

HSL color Cylindrical-coordinate representation of color #83D7FD: hue angle of 198.69º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83D7FD is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131215253-
CMYK0.480.1500.01
HSL198.69º96.83%75.29%-
HSV(B)198.69º48.22%99.22%-
XYZ51.3960.52101.9-
YUV194.22161.1782.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.87%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=21.87%
G=35.89%
B=42.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312152530.480.1500.01198.6996.8375.29
Hex83D7FD30F01c7614b
Octal203327375601701307141113
Binary1000001111010111111111011100001111011100011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,215,253); }

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

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

 a { background-color: rgb(131,215,253); }

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

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

 span { border-color: rgb(131,215,253); }

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