#7FBADA

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

Shades of Seagull #7FBADA

Tints of Seagull #7FBADA

Color information

#7FBADA (or 0x7FBADA) is unknown color: approx Seagull. HEX triplet: 7F, BA and DA. RGB value is (127,186,218). Sum of RGB (Red+Green+Blue) = 127+186+218=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBADA is #804525. Grayscale: #ABABAB. Windows color (decimal): -8406310 or 14334591. OLE color: 14334591.

HSL color Cylindrical-coordinate representation of color #7FBADA: hue angle of 201.1º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FBADA is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127186218-
CMYK0.420.1500.15
HSL201.1º55.15%67.65%-
HSV(B)201.1º41.74%85.49%-
XYZ38.9744.6972.9-
YUV172.01153.9595.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.92%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=23.92%
G=35.03%
B=41.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271862180.420.1500.15201.155.1567.65
Hex7FBADA2AF0Fc93744
Octal177272332521701731167104
Binary11111111011101011011010101010111101111110010011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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