#83D4FB

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

Shades of Light Sky Blue #83D4FB

Tints of Light Sky Blue #83D4FB

Color information

#83D4FB (or 0x83D4FB) is unknown color: approx Light Sky Blue. HEX triplet: 83, D4 and FB. RGB value is (131,212,251). Sum of RGB (Red+Green+Blue) = 131+212+251=594 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.05% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #83D4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D4FB is #7C2B04. Grayscale: #BFBFBF. Windows color (decimal): -8137477 or 16503939. OLE color: 16503939.

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

Color convert

RGB131212251-
CMYK0.480.1600.02
HSL199.5º93.75%74.9%-
HSV(B)199.5º47.81%98.43%-
XYZ50.3258.8899.98-
YUV192.23161.1684.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.05%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=22.05%
G=35.69%
B=42.26%

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
Decimal1312122510.480.1600.02199.593.7574.9
Hex83D4FB301002c85e4b
Octal203324373602002310136113
Binary100000111101010011111011110000100000101100100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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