#7DBBC9

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

Shades of Seagull #7DBBC9

Tints of Seagull #7DBBC9

Color information

#7DBBC9 (or 0x7DBBC9) is unknown color: approx Seagull. HEX triplet: 7D, BB and C9. RGB value is (125,187,201). Sum of RGB (Red+Green+Blue) = 125+187+201=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #7DBBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBC9 is #824436. Grayscale: #A9A9A9. Windows color (decimal): -8537143 or 13220733. OLE color: 13220733.

HSL color Cylindrical-coordinate representation of color #7DBBC9: hue angle of 191.05º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBBC9 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125187201-
CMYK0.380.0700.21
HSL191.05º41.3%63.92%-
HSV(B)191.05º37.81%78.82%-
XYZ36.7744.1261.84-
YUV170.06145.4695.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 201 (78.91% from 255) = 39.18%
R=24.37%
G=36.45%
B=39.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251872010.380.0700.21191.0541.363.92
Hex7DBBC9267015bf2940
Octal17527331146702527751100
Binary11111011011101111001001100110111010101101111111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DBBC9; }

 p { color: rgb(125,187,201); }

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

<style>
 a { background-color: #7DBBC9; }

 a { background-color: rgb(125,187,201); }

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

<style>
 span { border-color: #7DBBC9; }

 span { border-color: rgb(125,187,201); }

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