Html Css Color HEX #8FBCCB Seagull

📋 copy color: '#8FBCCB'

red 143 ◦ green 188 ◦ blue 203

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

Shades of Seagull #8FBCCB

Tints of Seagull #8FBCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 26.78%
G = 35.21%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FBCCB (or 0x8FBCCB) is known color: Seagull. HEX triplet: 8F, BC and CB. RGB value is (143,188,203). Sum of RGB (Red+Green+Blue) = 143+188+203=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCCB is #704334. Grayscale: #B0B0B0. Windows color (decimal): -7357237 or 13352079. OLE color: 13352079.

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

Color convert

RGB 143 188 203 -
CMYK 0.30 0.07 0 0.20
HSL 195º 0.37% 0.68% -
HSV(B) 195º 0.3% 0.8% -
XYZ 40.09 46.12 63.29 -
YUV 176.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 143 188 203 0.30 0.07 0 0.20 195 0.37 0.68
Hex 8F BC CB 1E 7 0 14 C3 25 44
Octal 217 274 313 36 7 0 24 303 45 104
Binary 10001111 10111100 11001011 11110 111 0 10100 11000011 100101 1000100

Color Harmonies of #8FBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCCB

Black with #8FBCCB

Text Example


Text Example

White with #8FBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,203); }

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

background-color css

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

 a { background-color: rgb(143,188,203); }

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

border-color css

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

 span { border-color: rgb(143,188,203); }

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