#83D1FA

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

Shades of Light Sky Blue #83D1FA

Tints of Light Sky Blue #83D1FA

Color information

#83D1FA (or 0x83D1FA) is unknown color: approx Light Sky Blue. HEX triplet: 83, D1 and FA. RGB value is (131,209,250). Sum of RGB (Red+Green+Blue) = 131+209+250=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #83D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D1FA is #7C2E05. Grayscale: #BEBEBE. Windows color (decimal): -8138246 or 16437635. OLE color: 16437635.

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

Color convert

RGB131209250-
CMYK0.480.1600.02
HSL200.67º92.25%74.71%-
HSV(B)200.67º47.6%98.04%-
XYZ49.4257.3398.9-
YUV190.35161.6685.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.20%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=22.20%
G=35.42%
B=42.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312092500.480.1600.02200.6792.2574.71
Hex83D1FA301002c95c4b
Octal203321372602002311134113
Binary100000111101000111111010110000100000101100100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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