#7BBFD1

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

Shades of Seagull #7BBFD1

Tints of Seagull #7BBFD1

Color information

#7BBFD1 (or 0x7BBFD1) is unknown color: approx Seagull. HEX triplet: 7B, BF and D1. RGB value is (123,191,209). Sum of RGB (Red+Green+Blue) = 123+191+209=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #7BBFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFD1 is #84402E. Grayscale: #ACACAC. Windows color (decimal): -8667183 or 13746043. OLE color: 13746043.

HSL color Cylindrical-coordinate representation of color #7BBFD1: hue angle of 192.56º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BBFD1 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB123191209-
CMYK0.410.0900.18
HSL192.56º48.31%65.1%-
HSV(B)192.56º41.15%81.96%-
XYZ38.3146.0867.2-
YUV172.72148.4792.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.52%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=23.52%
G=36.52%
B=39.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1231912090.410.0900.18192.5648.3165.1
Hex7BBFD1299012c13041
Octal173277321511102230160101
Binary111101110111111110100011010011001010010110000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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