#7CBDCB

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

Shades of Seagull #7CBDCB

Tints of Seagull #7CBDCB

Color information

#7CBDCB (or 0x7CBDCB) is unknown color: approx Seagull. HEX triplet: 7C, BD and CB. RGB value is (124,189,203). Sum of RGB (Red+Green+Blue) = 124+189+203=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 189 (74.22% from 255 or 36.63% 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 #7CBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDCB is #834234. Grayscale: #ABABAB. Windows color (decimal): -8602165 or 13352316. OLE color: 13352316.

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

Color convert

RGB124189203-
CMYK0.390.0700.20
HSL190.63º43.17%64.12%-
HSV(B)190.63º38.92%79.61%-
XYZ37.2944.9963.22-
YUV171.16145.9794.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.03%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=24.03%
G=36.63%
B=39.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241892030.390.0700.20190.6343.1764.12
Hex7CBDCB277014bf2b40
Octal17427531347702427753100
Binary11111001011110111001011100111111010100101111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,189,203); }

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

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

 a { background-color: rgb(124,189,203); }

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

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

 span { border-color: rgb(124,189,203); }

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