Html Css Color HEX #8FBDCF Seagull

📋 copy color: '#8FBDCF'

red 143 ◦ green 189 ◦ blue 207

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

Shades of Seagull #8FBDCF

Tints of Seagull #8FBDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 26.53%
G = 35.06%
B = 38.4%

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

#8FBDCF (or 0x8FBDCF) is known color: Seagull. HEX triplet: 8F, BD and CF. RGB value is (143,189,207). Sum of RGB (Red+Green+Blue) = 143+189+207=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCF is #704230. Grayscale: #B1B1B1. Windows color (decimal): -7356977 or 13614479. OLE color: 13614479.

HSL color Cylindrical-coordinate representation of color #8FBDCF: hue angle of 196.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBDCF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 189 207 -
CMYK 0.31 0.09 0 0.19
HSL 196.88º 0.4% 0.69% -
HSV(B) 196.88º 0.31% 0.81% -
XYZ 40.79 46.74 65.9 -
YUV 177.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 143 189 207 0.31 0.09 0 0.19 196.88 0.4 0.69
Hex 8F BD CF 1F 9 0 13 C5 28 45
Octal 217 275 317 37 11 0 23 305 50 105
Binary 10001111 10111101 11001111 11111 1001 0 10011 11000101 101000 1000101

Color Harmonies of #8FBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDCF

Black with #8FBDCF

Text Example


Text Example

White with #8FBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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