#7DBCCB

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

Shades of Seagull #7DBCCB

Tints of Seagull #7DBCCB

Color information

#7DBCCB (or 0x7DBCCB) is unknown color: approx Seagull. HEX triplet: 7D, BC and CB. RGB value is (125,188,203). Sum of RGB (Red+Green+Blue) = 125+188+203=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCCB is #824334. Grayscale: #AAAAAA. Windows color (decimal): -8536885 or 13352061. OLE color: 13352061.

HSL color Cylindrical-coordinate representation of color #7DBCCB: hue angle of 191.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBCCB is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125188203-
CMYK0.380.0700.20
HSL191.54º42.86%64.31%-
HSV(B)191.54º38.42%79.61%-
XYZ37.2244.6463.15-
YUV170.87146.1395.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=24.22%
G=36.43%
B=39.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251882030.380.0700.20191.5442.8664.31
Hex7DBCCB267014c02b40
Octal17527431346702430053100
Binary11111011011110011001011100110111010100110000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,188,203); }

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

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

 a { background-color: rgb(125,188,203); }

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

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

 span { border-color: rgb(125,188,203); }

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