#7DBBD2

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

Shades of Seagull #7DBBD2

Tints of Seagull #7DBBD2

Color information

#7DBBD2 (or 0x7DBBD2) is unknown color: approx Seagull. HEX triplet: 7D, BB and D2. RGB value is (125,187,210). Sum of RGB (Red+Green+Blue) = 125+187+210=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #7DBBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBD2 is #82442D. Grayscale: #AAAAAA. Windows color (decimal): -8537134 or 13810557. OLE color: 13810557.

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

Color convert

RGB125187210-
CMYK0.400.1100.18
HSL196.24º48.57%65.69%-
HSV(B)196.24º40.48%82.35%-
XYZ37.8644.5567.58-
YUV171.08149.9695.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.95%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 210 (82.42% from 255) = 40.23%
R=23.95%
G=35.82%
B=40.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251872100.400.1100.18196.2448.5765.69
Hex7DBBD228B012c43142
Octal175273322501302230461102
Binary111110110111011110100101010001011010010110001001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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