#7BAFCC

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

Shades of Seagull #7BAFCC

Tints of Seagull #7BAFCC

Color information

#7BAFCC (or 0x7BAFCC) is unknown color: approx Seagull. HEX triplet: 7B, AF and CC. RGB value is (123,175,204). Sum of RGB (Red+Green+Blue) = 123+175+204=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFCC is #845033. Grayscale: #A2A2A2. Windows color (decimal): -8671284 or 13414267. OLE color: 13414267.

HSL color Cylindrical-coordinate representation of color #7BAFCC: hue angle of 201.48º degrees, saturation: 0.44, 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 #7BAFCC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123175204-
CMYK0.400.1400.2
HSL201.48º44.26%64.12%-
HSV(B)201.48º39.71%80%-
XYZ34.439.2362.89-
YUV162.76151.2799.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.50%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=24.50%
G=34.86%
B=40.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231752040.400.1400.2201.4844.2664.12
Hex7BAFCC28E014c92c40
Octal173257314501602431154100
Binary111101110101111110011001010001110010100110010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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