#7DBBD0

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

Shades of Seagull #7DBBD0

Tints of Seagull #7DBBD0

Color information

#7DBBD0 (or 0x7DBBD0) is unknown color: approx Seagull. HEX triplet: 7D, BB and D0. RGB value is (125,187,208). Sum of RGB (Red+Green+Blue) = 125+187+208=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DBBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBD0 is #82442F. Grayscale: #AAAAAA. Windows color (decimal): -8537136 or 13679485. OLE color: 13679485.

HSL color Cylindrical-coordinate representation of color #7DBBD0: hue angle of 195.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBBD0 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125187208-
CMYK0.400.1000.18
HSL195.18º46.89%65.29%-
HSV(B)195.18º39.9%81.57%-
XYZ37.6144.4566.27-
YUV170.86148.9695.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.04%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 208 (81.64% from 255) = 40%
R=24.04%
G=35.96%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251872080.400.1000.18195.1846.8965.29
Hex7DBBD028A012c32f41
Octal175273320501202230357101
Binary111110110111011110100001010001010010010110000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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