#7DB5CE

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

Shades of Seagull #7DB5CE

Tints of Seagull #7DB5CE

Color information

#7DB5CE (or 0x7DB5CE) is unknown color: approx Seagull. HEX triplet: 7D, B5 and CE. RGB value is (125,181,206). Sum of RGB (Red+Green+Blue) = 125+181+206=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB5CE is #824A31. Grayscale: #A6A6A6. Windows color (decimal): -8538674 or 13546877. OLE color: 13546877.

HSL color Cylindrical-coordinate representation of color #7DB5CE: hue angle of 198.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DB5CE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125181206-
CMYK0.390.1200.19
HSL198.52º45.25%64.9%-
HSV(B)198.52º39.32%80.78%-
XYZ36.1241.8664.57-
YUV167.11149.9597.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=24.41%
G=35.35%
B=40.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251812060.390.1200.19198.5245.2564.9
Hex7DB5CE27C013c72d41
Octal175265316471402330755101
Binary111110110110101110011101001111100010011110001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,181,206); }

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

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

 a { background-color: rgb(125,181,206); }

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

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

 span { border-color: rgb(125,181,206); }

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