#7BBFCE

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

Shades of Seagull #7BBFCE

Tints of Seagull #7BBFCE

Color information

#7BBFCE (or 0x7BBFCE) is unknown color: approx Seagull. HEX triplet: 7B, BF and CE. RGB value is (123,191,206). Sum of RGB (Red+Green+Blue) = 123+191+206=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BBFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFCE is #844031. Grayscale: #ACACAC. Windows color (decimal): -8667186 or 13549435. OLE color: 13549435.

HSL color Cylindrical-coordinate representation of color #7BBFCE: hue angle of 190.84º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBFCE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123191206-
CMYK0.400.0700.19
HSL190.84º45.86%64.51%-
HSV(B)190.84º40.29%80.78%-
XYZ37.9445.9365.26-
YUV172.38146.9792.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.65%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=23.65%
G=36.73%
B=39.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231912060.400.0700.19190.8445.8664.51
Hex7BBFCE287013bf2e41
Octal17327731650702327756101
Binary11110111011111111001110101000111010011101111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,191,206); }

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

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

 a { background-color: rgb(123,191,206); }

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

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

 span { border-color: rgb(123,191,206); }

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