#7FBDD5

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

Shades of Seagull #7FBDD5

Tints of Seagull #7FBDD5

Color information

#7FBDD5 (or 0x7FBDD5) is unknown color: approx Seagull. HEX triplet: 7F, BD and D5. RGB value is (127,189,213). Sum of RGB (Red+Green+Blue) = 127+189+213=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FBDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDD5 is #80422A. Grayscale: #ADADAD. Windows color (decimal): -8405547 or 14007679. OLE color: 14007679.

HSL color Cylindrical-coordinate representation of color #7FBDD5: hue angle of 196.74º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FBDD5 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB127189213-
CMYK0.400.1100.16
HSL196.74º50.59%66.67%-
HSV(B)196.74º40.38%83.53%-
XYZ38.9645.7169.72-
YUV173.2150.4695.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=24.01%
G=35.73%
B=40.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271892130.400.1100.16196.7450.5966.67
Hex7FBDD528B010c53343
Octal177275325501302030563103
Binary111111110111101110101011010001011010000110001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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