#91BBD1

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

Shades of Seagull #91BBD1

Tints of Seagull #91BBD1

Color information

#91BBD1 (or 0x91BBD1) is unknown color: approx Seagull. HEX triplet: 91, BB and D1. RGB value is (145,187,209). Sum of RGB (Red+Green+Blue) = 145+187+209=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #91BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBD1 is #6E442E. Grayscale: #B0B0B0. Windows color (decimal): -7226415 or 13745041. OLE color: 13745041.

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

Color convert

RGB145187209-
CMYK0.310.1100.18
HSL200.62º41.03%69.41%-
HSV(B)200.62º30.62%81.96%-
XYZ40.9646.1667.07-
YUV176.95146.09105.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.80%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 209 (82.03% from 255) = 38.63%
R=26.80%
G=34.57%
B=38.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451872090.310.1100.18200.6241.0369.41
Hex91BBD11FB012c92945
Octal221273321371302231151105
Binary100100011011101111010001111111011010010110010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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