#83C3FA

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

Shades of Light Sky Blue #83C3FA

Tints of Light Sky Blue #83C3FA

Color information

#83C3FA (or 0x83C3FA) is unknown color: approx Light Sky Blue. HEX triplet: 83, C3 and FA. RGB value is (131,195,250). Sum of RGB (Red+Green+Blue) = 131+195+250=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #83C3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C3FA is #7C3C05. Grayscale: #B5B5B5. Windows color (decimal): -8141830 or 16434051. OLE color: 16434051.

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

Color convert

RGB131195250-
CMYK0.480.2200.02
HSL207.73º92.25%74.71%-
HSV(B)207.73º47.6%98.04%-
XYZ46.1350.7697.81-
YUV182.13166.391.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.74%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=22.74%
G=33.85%
B=43.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311952500.480.2200.02207.7392.2574.71
Hex83C3FA301602d05c4b
Octal203303372602602320134113
Binary100000111100001111111010110000101100101101000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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