Html Css Color HEX #8FBECC Seagull

📋 copy color: '#8FBECC'

red 143 ◦ green 190 ◦ blue 204

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

Shades of Seagull #8FBECC

Tints of Seagull #8FBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

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

R = 26.63%
G = 35.38%
B = 37.99%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FBECC (or 0x8FBECC) is known color: Seagull. HEX triplet: 8F, BE and CC. RGB value is (143,190,204). Sum of RGB (Red+Green+Blue) = 143+190+204=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBECC is #704133. Grayscale: #B1B1B1. Windows color (decimal): -7356724 or 13418127. OLE color: 13418127.

HSL color Cylindrical-coordinate representation of color #8FBECC: hue angle of 193.77º 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 #8FBECC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 190 204 -
CMYK 0.30 0.07 0 0.2
HSL 193.77º 0.37% 0.68% -
HSV(B) 193.77º 0.3% 0.8% -
XYZ 40.64 47.03 64.06 -
YUV 177.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 143 190 204 0.30 0.07 0 0.2 193.77 0.37 0.68
Hex 8F BE CC 1E 7 0 14 C2 25 44
Octal 217 276 314 36 7 0 24 302 45 104
Binary 10001111 10111110 11001100 11110 111 0 10100 11000010 100101 1000100

Color Harmonies of #8FBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBECC

Black with #8FBECC

Text Example


Text Example

White with #8FBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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