#7DBBCB

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

Shades of Seagull #7DBBCB

Tints of Seagull #7DBBCB

Color information

#7DBBCB (or 0x7DBBCB) is unknown color: approx Seagull. HEX triplet: 7D, BB and CB. RGB value is (125,187,203). Sum of RGB (Red+Green+Blue) = 125+187+203=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBCB is #824434. Grayscale: #AAAAAA. Windows color (decimal): -8537141 or 13351805. OLE color: 13351805.

HSL color Cylindrical-coordinate representation of color #7DBBCB: hue angle of 192.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBBCB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125187203-
CMYK0.380.0800.20
HSL192.31º42.86%64.31%-
HSV(B)192.31º38.42%79.61%-
XYZ37.0144.2163.08-
YUV170.29146.4695.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=24.27%
G=36.31%
B=39.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251872030.380.0800.20192.3142.8664.31
Hex7DBBCB268014c02b40
Octal175273313461002430053100
Binary111110110111011110010111001101000010100110000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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