#83BEDC

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

Shades of Seagull #83BEDC

Tints of Seagull #83BEDC

Color information

#83BEDC (or 0x83BEDC) is unknown color: approx Seagull. HEX triplet: 83, BE and DC. RGB value is (131,190,220). Sum of RGB (Red+Green+Blue) = 131+190+220=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #83BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEDC is #7C4123. Grayscale: #AFAFAF. Windows color (decimal): -8143140 or 14466691. OLE color: 14466691.

HSL color Cylindrical-coordinate representation of color #83BEDC: hue angle of 200.22º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BEDC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131190220-
CMYK0.400.1400.14
HSL200.22º55.97%68.82%-
HSV(B)200.22º40.45%86.27%-
XYZ40.6946.8274.6-
YUV175.78152.9596.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.21%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=24.21%
G=35.12%
B=40.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311902200.400.1400.14200.2255.9768.82
Hex83BEDC28E0Ec83845
Octal203276334501601631070105
Binary100000111011111011011100101000111001110110010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,190,220); }

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

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

 a { background-color: rgb(131,190,220); }

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

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

 span { border-color: rgb(131,190,220); }

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