#7DBBCD

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

Shades of Seagull #7DBBCD

Tints of Seagull #7DBBCD

Color information

#7DBBCD (or 0x7DBBCD) is unknown color: approx Seagull. HEX triplet: 7D, BB and CD. RGB value is (125,187,205). Sum of RGB (Red+Green+Blue) = 125+187+205=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBCD is #824432. Grayscale: #AAAAAA. Windows color (decimal): -8537139 or 13482877. OLE color: 13482877.

HSL color Cylindrical-coordinate representation of color #7DBBCD: hue angle of 193.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBBCD is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125187205-
CMYK0.390.0900.20
HSL193.5º44.44%64.71%-
HSV(B)193.5º39.02%80.39%-
XYZ37.2544.3164.35-
YUV170.51147.4695.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=24.18%
G=36.17%
B=39.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251872050.390.0900.20193.544.4464.71
Hex7DBBCD279014c22c41
Octal175273315471102430254101
Binary111110110111011110011011001111001010100110000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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