#83BDE1

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

Shades of Sky Blue #83BDE1

Tints of Sky Blue #83BDE1

Color information

#83BDE1 (or 0x83BDE1) is unknown color: approx Sky Blue. HEX triplet: 83, BD and E1. RGB value is (131,189,225). Sum of RGB (Red+Green+Blue) = 131+189+225=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #83BDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDE1 is #7C421E. Grayscale: #AFAFAF. Windows color (decimal): -8143391 or 14794115. OLE color: 14794115.

HSL color Cylindrical-coordinate representation of color #83BDE1: hue angle of 202.98º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83BDE1 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB131189225-
CMYK0.420.1600.12
HSL202.98º61.04%69.8%-
HSV(B)202.98º41.78%88.24%-
XYZ41.1546.6678.07-
YUV175.76155.7896.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.04%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=24.04%
G=34.68%
B=41.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1311892250.420.1600.12202.9861.0469.8
Hex83BDE12A100Ccb3d46
Octal203275341522001431375106
Binary1000001110111101111000011010101000001100110010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,225); }

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

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

 a { background-color: rgb(131,189,225); }

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

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

 span { border-color: rgb(131,189,225); }

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