#83CCED

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

Shades of Sky Blue #83CCED

Tints of Sky Blue #83CCED

Color information

#83CCED (or 0x83CCED) is unknown color: approx Sky Blue. HEX triplet: 83, CC and ED. RGB value is (131,204,237). Sum of RGB (Red+Green+Blue) = 131+204+237=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #83CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CCED is #7C3312. Grayscale: #B9B9B9. Windows color (decimal): -8139539 or 15584387. OLE color: 15584387.

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

Color convert

RGB131204237-
CMYK0.450.1400.07
HSL198.68º74.65%72.16%-
HSV(B)198.68º44.73%92.94%-
XYZ46.2454.1388.13-
YUV185.93156.8288.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.90%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=22.90%
G=35.66%
B=41.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312042370.450.1400.07198.6874.6572.16
Hex83CCED2DE07c74b48
Octal203314355551607307113110
Binary100000111100110011101101101101111001111100011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,204,237); }

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

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

 a { background-color: rgb(131,204,237); }

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

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

 span { border-color: rgb(131,204,237); }

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