Html Css Color HEX #8FBBCF Seagull

📋 copy color: '#8FBBCF'

red 143 ◦ green 187 ◦ blue 207

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

Shades of Seagull #8FBBCF

Tints of Seagull #8FBBCF

RGB

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

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

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

R = 26.63%
G = 34.82%
B = 38.55%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FBBCF (or 0x8FBBCF) is known color: Seagull. HEX triplet: 8F, BB and CF. RGB value is (143,187,207). Sum of RGB (Red+Green+Blue) = 143+187+207=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBCF is #704430. Grayscale: #B0B0B0. Windows color (decimal): -7357489 or 13613967. OLE color: 13613967.

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

Color convert

RGB 143 187 207 -
CMYK 0.31 0.10 0 0.19
HSL 198.75º 0.4% 0.69% -
HSV(B) 198.75º 0.31% 0.81% -
XYZ 40.36 45.89 65.76 -
YUV 176.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 143 187 207 0.31 0.10 0 0.19 198.75 0.4 0.69
Hex 8F BB CF 1F A 0 13 C7 28 45
Octal 217 273 317 37 12 0 23 307 50 105
Binary 10001111 10111011 11001111 11111 1010 0 10011 11000111 101000 1000101

Color Harmonies of #8FBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBCF

Black with #8FBBCF

Text Example


Text Example

White with #8FBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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