#83BBCD

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

Shades of Seagull #83BBCD

Tints of Seagull #83BBCD

Color information

#83BBCD (or 0x83BBCD) is unknown color: approx Seagull. HEX triplet: 83, BB and CD. RGB value is (131,187,205). Sum of RGB (Red+Green+Blue) = 131+187+205=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #83BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBCD is #7C4432. Grayscale: #ACACAC. Windows color (decimal): -8143923 or 13482883. OLE color: 13482883.

HSL color Cylindrical-coordinate representation of color #83BBCD: hue angle of 194.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83BBCD is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131187205-
CMYK0.360.0900.20
HSL194.59º42.53%65.88%-
HSV(B)194.59º36.1%80.39%-
XYZ38.1544.7764.39-
YUV172.31146.4598.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=25.05%
G=35.76%
B=39.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311872050.360.0900.20194.5942.5365.88
Hex83BBCD249014c32b42
Octal203273315441102430353102
Binary1000001110111011110011011001001001010100110000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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