#7DB6CE

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

Shades of Seagull #7DB6CE

Tints of Seagull #7DB6CE

Color information

#7DB6CE (or 0x7DB6CE) is unknown color: approx Seagull. HEX triplet: 7D, B6 and CE. RGB value is (125,182,206). Sum of RGB (Red+Green+Blue) = 125+182+206=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB6CE is #824931. Grayscale: #A7A7A7. Windows color (decimal): -8538418 or 13547133. OLE color: 13547133.

HSL color Cylindrical-coordinate representation of color #7DB6CE: hue angle of 197.78º 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 #7DB6CE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125182206-
CMYK0.390.1200.19
HSL197.78º45.25%64.9%-
HSV(B)197.78º39.32%80.78%-
XYZ36.3342.2764.64-
YUV167.69149.6297.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=24.37%
G=35.48%
B=40.16%

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
Decimal1251822060.390.1200.19197.7845.2564.9
Hex7DB6CE27C013c62d41
Octal175266316471402330655101
Binary111110110110110110011101001111100010011110001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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