Html Css Color HEX #8FBECE Seagull

📋 copy color: '#8FBECE'

red 143 ◦ green 190 ◦ blue 206

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

Shades of Seagull #8FBECE

Tints of Seagull #8FBECE

RGB

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

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

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

R = 26.53%
G = 35.25%
B = 38.22%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FBECE (or 0x8FBECE) is known color: Seagull. HEX triplet: 8F, BE and CE. RGB value is (143,190,206). Sum of RGB (Red+Green+Blue) = 143+190+206=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBECE is #704131. Grayscale: #B1B1B1. Windows color (decimal): -7356722 or 13549199. OLE color: 13549199.

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

Color convert

RGB 143 190 206 -
CMYK 0.31 0.08 0 0.19
HSL 195.24º 0.39% 0.68% -
HSV(B) 195.24º 0.31% 0.81% -
XYZ 40.88 47.12 65.33 -
YUV 177.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 143 190 206 0.31 0.08 0 0.19 195.24 0.39 0.68
Hex 8F BE CE 1F 8 0 13 C3 27 44
Octal 217 276 316 37 10 0 23 303 47 104
Binary 10001111 10111110 11001110 11111 1000 0 10011 11000011 100111 1000100

Color Harmonies of #8FBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBECE

Black with #8FBECE

Text Example


Text Example

White with #8FBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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