#7BAFCD

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

Shades of Seagull #7BAFCD

Tints of Seagull #7BAFCD

Color information

#7BAFCD (or 0x7BAFCD) is unknown color: approx Seagull. HEX triplet: 7B, AF and CD. RGB value is (123,175,205). Sum of RGB (Red+Green+Blue) = 123+175+205=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFCD is #845032. Grayscale: #A2A2A2. Windows color (decimal): -8671283 or 13479803. OLE color: 13479803.

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

Color convert

RGB123175205-
CMYK0.40.1500.20
HSL201.95º45.05%64.31%-
HSV(B)201.95º40%80.39%-
XYZ34.5239.2863.52-
YUV162.87151.7799.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.45%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=24.45%
G=34.79%
B=40.76%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1231752050.40.1500.20201.9545.0564.31
Hex7BAFCD28F014ca2d40
Octal173257315501702431255100
Binary111101110101111110011011010001111010100110010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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