#7BBFE0

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

Shades of Seagull #7BBFE0

Tints of Seagull #7BBFE0

Color information

#7BBFE0 (or 0x7BBFE0) is unknown color: approx Seagull. HEX triplet: 7B, BF and E0. RGB value is (123,191,224). Sum of RGB (Red+Green+Blue) = 123+191+224=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BBFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFE0 is #84401F. Grayscale: #AEAEAE. Windows color (decimal): -8667168 or 14729083. OLE color: 14729083.

HSL color Cylindrical-coordinate representation of color #7BBFE0: hue angle of 199.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BBFE0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123191224-
CMYK0.450.1500.12
HSL199.6º61.96%68.04%-
HSV(B)199.6º45.09%87.84%-
XYZ40.2546.8577.44-
YUV174.43155.9791.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.86%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=22.86%
G=35.50%
B=41.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1231912240.450.1500.12199.661.9668.04
Hex7BBFE02DF0Cc83e44
Octal173277340551701431076104
Binary11110111011111111100000101101111101100110010001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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