#7FBDDB

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

Shades of Seagull #7FBDDB

Tints of Seagull #7FBDDB

Color information

#7FBDDB (or 0x7FBDDB) is unknown color: approx Seagull. HEX triplet: 7F, BD and DB. RGB value is (127,189,219). Sum of RGB (Red+Green+Blue) = 127+189+219=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDDB is #804224. Grayscale: #ADADAD. Windows color (decimal): -8405541 or 14400895. OLE color: 14400895.

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

Color convert

RGB127189219-
CMYK0.420.1400.14
HSL199.57º56.1%67.84%-
HSV(B)199.57º42.01%85.88%-
XYZ39.7446.0273.81-
YUV173.88153.4694.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.74%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=23.74%
G=35.33%
B=40.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271892190.420.1400.14199.5756.167.84
Hex7FBDDB2AE0Ec83844
Octal177275333521601631070104
Binary11111111011110111011011101010111001110110010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,219); }

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

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

 a { background-color: rgb(127,189,219); }

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

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

 span { border-color: rgb(127,189,219); }

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