#83BFEE

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

Shades of Light Sky Blue #83BFEE

Tints of Light Sky Blue #83BFEE

Color information

#83BFEE (or 0x83BFEE) is unknown color: approx Light Sky Blue. HEX triplet: 83, BF and EE. RGB value is (131,191,238). Sum of RGB (Red+Green+Blue) = 131+191+238=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #83BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFEE is #7C4011. Grayscale: #B2B2B2. Windows color (decimal): -8142866 or 15646595. OLE color: 15646595.

HSL color Cylindrical-coordinate representation of color #83BFEE: hue angle of 206.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BFEE is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131191238-
CMYK0.450.2000.07
HSL206.36º75.89%72.35%-
HSV(B)206.36º44.96%93.33%-
XYZ43.4248.2687.92-
YUV178.42161.6294.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.39%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 238 (93.36% from 255) = 42.5%
R=23.39%
G=34.11%
B=42.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311912380.450.2000.07206.3675.8972.35
Hex83BFEE2D1407ce4c48
Octal203277356552407316114110
Binary1000001110111111111011101011011010001111100111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,191,238); }

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

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

 a { background-color: rgb(131,191,238); }

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

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

 span { border-color: rgb(131,191,238); }

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