#8FBCCA

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

Shades of Seagull #8FBCCA

Tints of Seagull #8FBCCA

Color information

#8FBCCA (or 0x8FBCCA) is unknown color: approx Seagull. HEX triplet: 8F, BC and CA. RGB value is (143,188,202). Sum of RGB (Red+Green+Blue) = 143+188+202=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCCA is #704335. Grayscale: #B0B0B0. Windows color (decimal): -7357238 or 13286543. OLE color: 13286543.

HSL color Cylindrical-coordinate representation of color #8FBCCA: hue angle of 194.24º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBCCA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143188202-
CMYK0.290.0700.21
HSL194.24º35.76%67.65%-
HSV(B)194.24º29.21%79.22%-
XYZ39.9746.0762.66-
YUV176.14142.59104.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=26.83%
G=35.27%
B=37.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431882020.290.0700.21194.2435.7667.65
Hex8FBCCA1D7015c22444
Octal21727431235702530244104
Binary10001111101111001100101011101111010101110000101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FBCCA; }

 p { color: rgb(143,188,202); }

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

<style>
 a { background-color: #8FBCCA; }

 a { background-color: rgb(143,188,202); }

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

<style>
 span { border-color: #8FBCCA; }

 span { border-color: rgb(143,188,202); }

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