#83C7FA

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

Shades of Light Sky Blue #83C7FA

Tints of Light Sky Blue #83C7FA

Color information

#83C7FA (or 0x83C7FA) is unknown color: approx Light Sky Blue. HEX triplet: 83, C7 and FA. RGB value is (131,199,250). Sum of RGB (Red+Green+Blue) = 131+199+250=580 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.59% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #83C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C7FA is #7C3805. Grayscale: #B8B8B8. Windows color (decimal): -8140806 or 16435075. OLE color: 16435075.

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

Color convert

RGB131199250-
CMYK0.480.2000.02
HSL205.71º92.25%74.71%-
HSV(B)205.71º47.6%98.04%-
XYZ47.0452.5798.11-
YUV184.48164.9789.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.59%
GREEN value IS 199 (78.12% from 255) = 34.31%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=22.59%
G=34.31%
B=43.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311992500.480.2000.02205.7192.2574.71
Hex83C7FA301402ce5c4b
Octal203307372602402316134113
Binary100000111100011111111010110000101000101100111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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