#7DBBD8

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

Shades of Seagull #7DBBD8

Tints of Seagull #7DBBD8

Color information

#7DBBD8 (or 0x7DBBD8) is unknown color: approx Seagull. HEX triplet: 7D, BB and D8. RGB value is (125,187,216). Sum of RGB (Red+Green+Blue) = 125+187+216=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #7DBBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBD8 is #824427. Grayscale: #ABABAB. Windows color (decimal): -8537128 or 14203773. OLE color: 14203773.

HSL color Cylindrical-coordinate representation of color #7DBBD8: hue angle of 199.12º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBBD8 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125187216-
CMYK0.420.1300.15
HSL199.12º53.85%66.86%-
HSV(B)199.12º42.13%84.71%-
XYZ38.6244.8671.59-
YUV171.77152.9694.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=23.67%
G=35.42%
B=40.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251872160.420.1300.15199.1253.8566.86
Hex7DBBD82AD0Fc73643
Octal175273330521501730766103
Binary11111011011101111011000101010110101111110001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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