#83D7FA

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

Shades of Light Sky Blue #83D7FA

Tints of Light Sky Blue #83D7FA

Color information

#83D7FA (or 0x83D7FA) is unknown color: approx Light Sky Blue. HEX triplet: 83, D7 and FA. RGB value is (131,215,250). Sum of RGB (Red+Green+Blue) = 131+215+250=596 (78% of max value = 765). Red value is 131 (51.56% from 255 or 21.98% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #83D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D7FA is #7C2805. Grayscale: #C1C1C1. Windows color (decimal): -8136710 or 16439171. OLE color: 16439171.

HSL color Cylindrical-coordinate representation of color #83D7FA: hue angle of 197.65º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83D7FA is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131215250-
CMYK0.480.1400.02
HSL197.65º92.25%74.71%-
HSV(B)197.65º47.6%98.04%-
XYZ50.9260.3399.4-
YUV193.87159.6783.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.98%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=21.98%
G=36.07%
B=41.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312152500.480.1400.02197.6592.2574.71
Hex83D7FA30E02c65c4b
Octal203327372601602306134113
Binary10000011110101111111101011000011100101100011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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