Html Css Color HEX #8FBCCF Seagull

📋 copy color: '#8FBCCF'

red 143 ◦ green 188 ◦ blue 207

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

Shades of Seagull #8FBCCF

Tints of Seagull #8FBCCF

RGB

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

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

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

R = 26.58%
G = 34.94%
B = 38.48%

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

#8FBCCF (or 0x8FBCCF) is known color: Seagull. HEX triplet: 8F, BC and CF. RGB value is (143,188,207). Sum of RGB (Red+Green+Blue) = 143+188+207=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCCF is #704330. Grayscale: #B0B0B0. Windows color (decimal): -7357233 or 13614223. OLE color: 13614223.

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

Color convert

RGB 143 188 207 -
CMYK 0.31 0.09 0 0.19
HSL 197.81º 0.4% 0.69% -
HSV(B) 197.81º 0.31% 0.81% -
XYZ 40.57 46.31 65.83 -
YUV 176.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 143 188 207 0.31 0.09 0 0.19 197.81 0.4 0.69
Hex 8F BC CF 1F 9 0 13 C6 28 45
Octal 217 274 317 37 11 0 23 306 50 105
Binary 10001111 10111100 11001111 11111 1001 0 10011 11000110 101000 1000101

Color Harmonies of #8FBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCCF

Black with #8FBCCF

Text Example


Text Example

White with #8FBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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