#7FB5CC

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

Shades of Seagull #7FB5CC

Tints of Seagull #7FB5CC

Color information

#7FB5CC (or 0x7FB5CC) is unknown color: approx Seagull. HEX triplet: 7F, B5 and CC. RGB value is (127,181,204). Sum of RGB (Red+Green+Blue) = 127+181+204=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FB5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB5CC is #804A33. Grayscale: #A7A7A7. Windows color (decimal): -8407604 or 13415807. OLE color: 13415807.

HSL color Cylindrical-coordinate representation of color #7FB5CC: hue angle of 197.92º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FB5CC is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127181204-
CMYK0.380.1100.2
HSL197.92º43.02%64.9%-
HSV(B)197.92º37.75%80%-
XYZ36.1841.9263.31-
YUV167.48148.6199.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=24.80%
G=35.35%
B=39.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271812040.380.1100.2197.9243.0264.9
Hex7FB5CC26B014c62b41
Octal177265314461302430653101
Binary111111110110101110011001001101011010100110001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,181,204); }

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

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

 a { background-color: rgb(127,181,204); }

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

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

 span { border-color: rgb(127,181,204); }

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