Html Css Color HEX #8FBACC Seagull

📋 copy color: '#8FBACC'

red 143 ◦ green 186 ◦ blue 204

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

Shades of Seagull #8FBACC

Tints of Seagull #8FBACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 26.83%
G = 34.9%
B = 38.27%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FBACC (or 0x8FBACC) is known color: Seagull. HEX triplet: 8F, BA and CC. RGB value is (143,186,204). Sum of RGB (Red+Green+Blue) = 143+186+204=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBACC is #704533. Grayscale: #AFAFAF. Windows color (decimal): -7357748 or 13417103. OLE color: 13417103.

HSL color Cylindrical-coordinate representation of color #8FBACC: hue angle of 197.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBACC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 186 204 -
CMYK 0.30 0.09 0 0.2
HSL 197.7º 0.37% 0.68% -
HSV(B) 197.7º 0.3% 0.8% -
XYZ 39.79 45.32 63.78 -
YUV 175.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 143 186 204 0.30 0.09 0 0.2 197.7 0.37 0.68
Hex 8F BA CC 1E 9 0 14 C6 25 44
Octal 217 272 314 36 11 0 24 306 45 104
Binary 10001111 10111010 11001100 11110 1001 0 10100 11000110 100101 1000100

Color Harmonies of #8FBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBACC

Black with #8FBACC

Text Example


Text Example

White with #8FBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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