Html Css Color HEX #8FBACE Seagull

📋 copy color: '#8FBACE'

red 143 ◦ green 186 ◦ blue 206

#8FBACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #8FBACE

Tints of Seagull #8FBACE

RGB

 RED value IS 143 (56.25% from 255) = 26.73%

 GREEN value IS 186 (73.05% from 255) = 34.77%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 26.73%
G = 34.77%
B = 38.5%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FBACE (or 0x8FBACE) is known color: Seagull. HEX triplet: 8F, BA and CE. RGB value is (143,186,206). Sum of RGB (Red+Green+Blue) = 143+186+206=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBACE is #704531. Grayscale: #AFAFAF. Windows color (decimal): -7357746 or 13548175. OLE color: 13548175.

HSL color Cylindrical-coordinate representation of color #8FBACE: hue angle of 199.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBACE is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 186 206 -
CMYK 0.31 0.10 0 0.19
HSL 199.05º 0.39% 0.68% -
HSV(B) 199.05º 0.31% 0.81% -
XYZ 40.03 45.41 65.05 -
YUV 175.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 143 186 206 0.31 0.10 0 0.19 199.05 0.39 0.68
Hex 8F BA CE 1F A 0 13 C7 27 44
Octal 217 272 316 37 12 0 23 307 47 104
Binary 10001111 10111010 11001110 11111 1010 0 10011 11000111 100111 1000100

Color Harmonies of #8FBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBACE

Black with #8FBACE

Text Example


Text Example

White with #8FBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,206); }

 H1.HeaderClassName
 {
   color: #8FBACE;
 }
 .AnyTagClassName
 {
   color: #8FBACE;
 }
</style>

background-color css

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

 a { background-color: rgb(143,186,206); }

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

border-color css

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

 span { border-color: rgb(143,186,206); }

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