#83BEDA

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

Shades of Seagull #83BEDA

Tints of Seagull #83BEDA

Color information

#83BEDA (or 0x83BEDA) is unknown color: approx Seagull. HEX triplet: 83, BE and DA. RGB value is (131,190,218). Sum of RGB (Red+Green+Blue) = 131+190+218=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #83BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEDA is #7C4125. Grayscale: #AFAFAF. Windows color (decimal): -8143142 or 14335619. OLE color: 14335619.

HSL color Cylindrical-coordinate representation of color #83BEDA: hue angle of 199.31º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BEDA is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131190218-
CMYK0.400.1300.15
HSL199.31º54.04%68.43%-
HSV(B)199.31º39.91%85.49%-
XYZ40.4346.7173.22-
YUV175.55151.9596.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=24.30%
G=35.25%
B=40.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311902180.400.1300.15199.3154.0468.43
Hex83BEDA28D0Fc73644
Octal203276332501501730766104
Binary100000111011111011011010101000110101111110001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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