Html Css Color HEX #8FBBCD Seagull

📋 copy color: '#8FBBCD'

red 143 ◦ green 187 ◦ blue 205

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

Shades of Seagull #8FBBCD

Tints of Seagull #8FBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 26.73%
G = 34.95%
B = 38.32%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FBBCD (or 0x8FBBCD) is known color: Seagull. HEX triplet: 8F, BB and CD. RGB value is (143,187,205). Sum of RGB (Red+Green+Blue) = 143+187+205=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBCD is #704432. Grayscale: #AFAFAF. Windows color (decimal): -7357491 or 13482895. OLE color: 13482895.

HSL color Cylindrical-coordinate representation of color #8FBBCD: hue angle of 197.42º degrees, saturation: 0.38, 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 #8FBBCD is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 187 205 -
CMYK 0.30 0.09 0 0.20
HSL 197.42º 0.38% 0.68% -
HSV(B) 197.42º 0.3% 0.8% -
XYZ 40.12 45.79 64.48 -
YUV 175.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 143 187 205 0.30 0.09 0 0.20 197.42 0.38 0.68
Hex 8F BB CD 1E 9 0 14 C5 26 44
Octal 217 273 315 36 11 0 24 305 46 104
Binary 10001111 10111011 11001101 11110 1001 0 10100 11000101 100110 1000100

Color Harmonies of #8FBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBCD

Black with #8FBBCD

Text Example


Text Example

White with #8FBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,187,205); }

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

background-color css

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

 a { background-color: rgb(143,187,205); }

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

border-color css

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

 span { border-color: rgb(143,187,205); }

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