#7BAFD0

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

Shades of Seagull #7BAFD0

Tints of Seagull #7BAFD0

Color information

#7BAFD0 (or 0x7BAFD0) is unknown color: approx Seagull. HEX triplet: 7B, AF and D0. RGB value is (123,175,208). Sum of RGB (Red+Green+Blue) = 123+175+208=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #7BAFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFD0 is #84502F. Grayscale: #A3A3A3. Windows color (decimal): -8671280 or 13676411. OLE color: 13676411.

HSL color Cylindrical-coordinate representation of color #7BAFD0: hue angle of 203.29º degrees, saturation: 0.47, 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 #7BAFD0 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB123175208-
CMYK0.410.1600.18
HSL203.29º47.49%64.9%-
HSV(B)203.29º40.87%81.57%-
XYZ34.8839.4265.45-
YUV163.21153.2799.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.31%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=24.31%
G=34.58%
B=41.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1231752080.410.1600.18203.2947.4964.9
Hex7BAFD02910012cb2f41
Octal173257320512002231357101
Binary1111011101011111101000010100110000010010110010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,208); }

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

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

 a { background-color: rgb(123,175,208); }

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

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

 span { border-color: rgb(123,175,208); }

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