#83C4FB

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

Shades of Light Sky Blue #83C4FB

Tints of Light Sky Blue #83C4FB

Color information

#83C4FB (or 0x83C4FB) is unknown color: approx Light Sky Blue. HEX triplet: 83, C4 and FB. RGB value is (131,196,251). Sum of RGB (Red+Green+Blue) = 131+196+251=578 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.66% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #83C4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C4FB is #7C3B04. Grayscale: #B6B6B6. Windows color (decimal): -8141573 or 16499843. OLE color: 16499843.

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

Color convert

RGB131196251-
CMYK0.480.2200.02
HSL207.5º93.75%74.9%-
HSV(B)207.5º47.81%98.43%-
XYZ46.5151.2798.71-
YUV182.84166.4791.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.66%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=22.66%
G=33.91%
B=43.43%

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
Decimal1311962510.480.2200.02207.593.7574.9
Hex83C4FB301602d05e4b
Octal203304373602602320136113
Binary100000111100010011111011110000101100101101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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