#83BBDB

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

Shades of Seagull #83BBDB

Tints of Seagull #83BBDB

Color information

#83BBDB (or 0x83BBDB) is unknown color: approx Seagull. HEX triplet: 83, BB and DB. RGB value is (131,187,219). Sum of RGB (Red+Green+Blue) = 131+187+219=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #83BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBDB is #7C4424. Grayscale: #ADADAD. Windows color (decimal): -8143909 or 14400387. OLE color: 14400387.

HSL color Cylindrical-coordinate representation of color #83BBDB: hue angle of 201.82º degrees, saturation: 0.55, 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 #83BBDB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131187219-
CMYK0.400.1500.14
HSL201.82º55%68.63%-
HSV(B)201.82º40.18%85.88%-
XYZ39.9245.4873.69-
YUV173.9153.4597.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.39%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=24.39%
G=34.82%
B=40.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311872190.400.1500.14201.825568.63
Hex83BBDB28F0Eca3745
Octal203273333501701631267105
Binary100000111011101111011011101000111101110110010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,187,219); }

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

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

 a { background-color: rgb(131,187,219); }

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

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

 span { border-color: rgb(131,187,219); }

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