#83D9FD

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

Shades of Light Sky Blue #83D9FD

Tints of Light Sky Blue #83D9FD

Color information

#83D9FD (or 0x83D9FD) is unknown color: approx Light Sky Blue. HEX triplet: 83, D9 and FD. RGB value is (131,217,253). Sum of RGB (Red+Green+Blue) = 131+217+253=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #83D9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D9FD is #7C2602. Grayscale: #C3C3C3. Windows color (decimal): -8136195 or 16636291. OLE color: 16636291.

HSL color Cylindrical-coordinate representation of color #83D9FD: hue angle of 197.7º 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 #83D9FD is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131217253-
CMYK0.480.1400.01
HSL197.7º96.83%75.29%-
HSV(B)197.7º48.22%99.22%-
XYZ51.961.54102.07-
YUV195.39160.5182.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.80%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=21.80%
G=36.11%
B=42.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312172530.480.1400.01197.796.8375.29
Hex83D9FD30E01c6614b
Octal203331375601601306141113
Binary1000001111011001111111011100001110011100011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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