#83C8FB

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

Shades of Light Sky Blue #83C8FB

Tints of Light Sky Blue #83C8FB

Color information

#83C8FB (or 0x83C8FB) is unknown color: approx Light Sky Blue. HEX triplet: 83, C8 and FB. RGB value is (131,200,251). Sum of RGB (Red+Green+Blue) = 131+200+251=582 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.51% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #83C8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C8FB is #7C3704. Grayscale: #B8B8B8. Windows color (decimal): -8140549 or 16500867. OLE color: 16500867.

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

Color convert

RGB131200251-
CMYK0.480.2000.02
HSL205.5º93.75%74.9%-
HSV(B)205.5º47.81%98.43%-
XYZ47.4353.199.02-
YUV185.18165.1489.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.51%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=22.51%
G=34.36%
B=43.13%

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
Decimal1312002510.480.2000.02205.593.7574.9
Hex83C8FB301402ce5e4b
Octal203310373602402316136113
Binary100000111100100011111011110000101000101100111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,200,251); }

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

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

 a { background-color: rgb(131,200,251); }

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

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

 span { border-color: rgb(131,200,251); }

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