Html Css Color HEX #8FBCCE Seagull

📋 copy color: '#8FBCCE'

red 143 ◦ green 188 ◦ blue 206

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

Shades of Seagull #8FBCCE

Tints of Seagull #8FBCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.01%

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

R = 26.63%
G = 35.01%
B = 38.36%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FBCCE (or 0x8FBCCE) is known color: Seagull. HEX triplet: 8F, BC and CE. RGB value is (143,188,206). Sum of RGB (Red+Green+Blue) = 143+188+206=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCCE is #704331. Grayscale: #B0B0B0. Windows color (decimal): -7357234 or 13548687. OLE color: 13548687.

HSL color Cylindrical-coordinate representation of color #8FBCCE: hue angle of 197.14º 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 #8FBCCE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 188 206 -
CMYK 0.31 0.09 0 0.19
HSL 197.14º 0.39% 0.68% -
HSV(B) 197.14º 0.31% 0.81% -
XYZ 40.45 46.26 65.19 -
YUV 176.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 143 188 206 0.31 0.09 0 0.19 197.14 0.39 0.68
Hex 8F BC CE 1F 9 0 13 C5 27 44
Octal 217 274 316 37 11 0 23 305 47 104
Binary 10001111 10111100 11001110 11111 1001 0 10011 11000101 100111 1000100

Color Harmonies of #8FBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCCE

Black with #8FBCCE

Text Example


Text Example

White with #8FBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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