#83C4FE

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

Shades of Light Sky Blue #83C4FE

Tints of Light Sky Blue #83C4FE

Color information

#83C4FE (or 0x83C4FE) is unknown color: approx Light Sky Blue. HEX triplet: 83, C4 and FE. RGB value is (131,196,254). Sum of RGB (Red+Green+Blue) = 131+196+254=581 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.55% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #83C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C4FE is #7C3B01. Grayscale: #B6B6B6. Windows color (decimal): -8141570 or 16696451. OLE color: 16696451.

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

Color convert

RGB131196254-
CMYK0.480.2300.00
HSL208.29º98.4%75.49%-
HSV(B)208.29º48.43%99.61%-
XYZ46.9951.46101.22-
YUV183.18167.9790.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.55%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=22.55%
G=33.73%
B=43.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311962540.480.2300.00208.2998.475.49
Hex83C4FE301700d0624b
Octal203304376602700320142113
Binary10000011110001001111111011000010111001101000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,196,254); }

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

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

 a { background-color: rgb(131,196,254); }

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

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

 span { border-color: rgb(131,196,254); }

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