#7DBBDB

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

Shades of Seagull #7DBBDB

Tints of Seagull #7DBBDB

Color information

#7DBBDB (or 0x7DBBDB) is unknown color: approx Seagull. HEX triplet: 7D, BB and DB. RGB value is (125,187,219). Sum of RGB (Red+Green+Blue) = 125+187+219=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBDB is #824424. Grayscale: #ABABAB. Windows color (decimal): -8537125 or 14400381. OLE color: 14400381.

HSL color Cylindrical-coordinate representation of color #7DBBDB: hue angle of 200.43º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBBDB is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125187219-
CMYK0.430.1500.14
HSL200.43º56.63%67.45%-
HSV(B)200.43º42.92%85.88%-
XYZ39.0145.0273.65-
YUV172.11154.4694.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=23.54%
G=35.22%
B=41.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251872190.430.1500.14200.4356.6367.45
Hex7DBBDB2BF0Ec83943
Octal175273333531701631071103
Binary11111011011101111011011101011111101110110010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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