#7FBDD6

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

Shades of Seagull #7FBDD6

Tints of Seagull #7FBDD6

Color information

#7FBDD6 (or 0x7FBDD6) is unknown color: approx Seagull. HEX triplet: 7F, BD and D6. RGB value is (127,189,214). Sum of RGB (Red+Green+Blue) = 127+189+214=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #7FBDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDD6 is #804229. Grayscale: #ADADAD. Windows color (decimal): -8405546 or 14073215. OLE color: 14073215.

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

Color convert

RGB127189214-
CMYK0.410.1200.16
HSL197.24º51.48%66.86%-
HSV(B)197.24º40.65%83.92%-
XYZ39.0945.7670.39-
YUV173.31150.9694.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=23.96%
G=35.66%
B=40.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271892140.410.1200.16197.2451.4866.86
Hex7FBDD629C010c53343
Octal177275326511402030563103
Binary111111110111101110101101010011100010000110001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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