Html Css Color HEX #8FBBC9 Seagull

📋 copy color: '#8FBBC9'

red 143 ◦ green 187 ◦ blue 201

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

Shades of Seagull #8FBBC9

Tints of Seagull #8FBBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 26.93%
G = 35.22%
B = 37.85%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8FBBC9 (or 0x8FBBC9) is known color: Seagull. HEX triplet: 8F, BB and C9. RGB value is (143,187,201). Sum of RGB (Red+Green+Blue) = 143+187+201=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #8FBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC9 is #704436. Grayscale: #AFAFAF. Windows color (decimal): -7357495 or 13220751. OLE color: 13220751.

HSL color Cylindrical-coordinate representation of color #8FBBC9: hue angle of 194.48º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBBC9 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 187 201 -
CMYK 0.29 0.07 0 0.21
HSL 194.48º 0.35% 0.67% -
HSV(B) 194.48º 0.29% 0.79% -
XYZ 39.64 45.6 61.97 -
YUV 175.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 143 187 201 0.29 0.07 0 0.21 194.48 0.35 0.67
Hex 8F BB C9 1D 7 0 15 C2 23 43
Octal 217 273 311 35 7 0 25 302 43 103
Binary 10001111 10111011 11001001 11101 111 0 10101 11000010 100011 1000011

Color Harmonies of #8FBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBC9

Black with #8FBBC9

Text Example


Text Example

White with #8FBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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