#7FBAD4

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

Shades of Seagull #7FBAD4

Tints of Seagull #7FBAD4

Color information

#7FBAD4 (or 0x7FBAD4) is unknown color: approx Seagull. HEX triplet: 7F, BA and D4. RGB value is (127,186,212). Sum of RGB (Red+Green+Blue) = 127+186+212=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FBAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBAD4 is #80452B. Grayscale: #ABABAB. Windows color (decimal): -8406316 or 13941375. OLE color: 13941375.

HSL color Cylindrical-coordinate representation of color #7FBAD4: hue angle of 198.35º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FBAD4 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127186212-
CMYK0.400.1200.17
HSL198.35º49.71%66.47%-
HSV(B)198.35º40.09%83.14%-
XYZ38.1944.3868.84-
YUV171.32150.9596.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.19%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=24.19%
G=35.43%
B=40.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1271862120.400.1200.17198.3549.7166.47
Hex7FBAD428C011c63242
Octal177272324501402130662102
Binary111111110111010110101001010001100010001110001101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,212); }

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

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

 a { background-color: rgb(127,186,212); }

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

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

 span { border-color: rgb(127,186,212); }

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