Html Css Color HEX #8FBDCE Seagull

📋 copy color: '#8FBDCE'

red 143 ◦ green 189 ◦ blue 206

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

Shades of Seagull #8FBDCE

Tints of Seagull #8FBDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

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

R = 26.58%
G = 35.13%
B = 38.29%

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

#8FBDCE (or 0x8FBDCE) is known color: Seagull. HEX triplet: 8F, BD and CE. RGB value is (143,189,206). Sum of RGB (Red+Green+Blue) = 143+189+206=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCE is #704231. Grayscale: #B1B1B1. Windows color (decimal): -7356978 or 13548943. OLE color: 13548943.

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

Color convert

RGB 143 189 206 -
CMYK 0.31 0.08 0 0.19
HSL 196.19º 0.39% 0.68% -
HSV(B) 196.19º 0.31% 0.81% -
XYZ 40.67 46.69 65.26 -
YUV 177.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 143 189 206 0.31 0.08 0 0.19 196.19 0.39 0.68
Hex 8F BD CE 1F 8 0 13 C4 27 44
Octal 217 275 316 37 10 0 23 304 47 104
Binary 10001111 10111101 11001110 11111 1000 0 10011 11000100 100111 1000100

Color Harmonies of #8FBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDCE

Black with #8FBDCE

Text Example


Text Example

White with #8FBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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