#83C0EE

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

Shades of Sky Blue #83C0EE

Tints of Sky Blue #83C0EE

Color information

#83C0EE (or 0x83C0EE) is unknown color: approx Sky Blue. HEX triplet: 83, C0 and EE. RGB value is (131,192,238). Sum of RGB (Red+Green+Blue) = 131+192+238=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #83C0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C0EE is #7C3F11. Grayscale: #B2B2B2. Windows color (decimal): -8142610 or 15646851. OLE color: 15646851.

HSL color Cylindrical-coordinate representation of color #83C0EE: hue angle of 205.79º 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 #83C0EE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131192238-
CMYK0.450.1900.07
HSL205.79º75.89%72.35%-
HSV(B)205.79º44.96%93.33%-
XYZ43.6448.787.99-
YUV179161.2993.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.35%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=23.35%
G=34.22%
B=42.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311922380.450.1900.07205.7975.8972.35
Hex83C0EE2D1307ce4c48
Octal203300356552307316114110
Binary1000001111000000111011101011011001101111100111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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