#83BBD1

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

Shades of Seagull #83BBD1

Tints of Seagull #83BBD1

Color information

#83BBD1 (or 0x83BBD1) is unknown color: approx Seagull. HEX triplet: 83, BB and D1. RGB value is (131,187,209). Sum of RGB (Red+Green+Blue) = 131+187+209=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #83BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBD1 is #7C442E. Grayscale: #ACACAC. Windows color (decimal): -8143919 or 13745027. OLE color: 13745027.

HSL color Cylindrical-coordinate representation of color #83BBD1: hue angle of 196.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83BBD1 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131187209-
CMYK0.370.1100.18
HSL196.92º45.88%66.67%-
HSV(B)196.92º37.32%81.96%-
XYZ38.6444.9766.97-
YUV172.76148.4598.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.86%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=24.86%
G=35.48%
B=39.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311872090.370.1100.18196.9245.8866.67
Hex83BBD125B012c52e43
Octal203273321451302230556103
Binary1000001110111011110100011001011011010010110001011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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