#83C0E9

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

Shades of Sky Blue #83C0E9

Tints of Sky Blue #83C0E9

Color information

#83C0E9 (or 0x83C0E9) is unknown color: approx Sky Blue. HEX triplet: 83, C0 and E9. RGB value is (131,192,233). Sum of RGB (Red+Green+Blue) = 131+192+233=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #83C0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0E9 is #7C3F16. Grayscale: #B2B2B2. Windows color (decimal): -8142615 or 15319171. OLE color: 15319171.

HSL color Cylindrical-coordinate representation of color #83C0E9: hue angle of 204.12º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83C0E9 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB131192233-
CMYK0.440.1800.09
HSL204.12º69.86%71.37%-
HSV(B)204.12º43.78%91.37%-
XYZ42.9248.4184.17-
YUV178.44158.7994.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.56%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 233 (91.41% from 255) = 41.91%
R=23.56%
G=34.53%
B=41.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1311922330.440.1800.09204.1269.8671.37
Hex83C0E92C1209cc4647
Octal2033003515422011314106107
Binary10000011110000001110100110110010010010011100110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,192,233); }

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

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

 a { background-color: rgb(131,192,233); }

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

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

 span { border-color: rgb(131,192,233); }

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