Html Css Color HEX #8FBECF Seagull

📋 copy color: '#8FBECF'

red 143 ◦ green 190 ◦ blue 207

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

Shades of Seagull #8FBECF

Tints of Seagull #8FBECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

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

R = 26.48%
G = 35.19%
B = 38.33%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FBECF (or 0x8FBECF) is known color: Seagull. HEX triplet: 8F, BE and CF. RGB value is (143,190,207). Sum of RGB (Red+Green+Blue) = 143+190+207=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBECF is #704130. Grayscale: #B1B1B1. Windows color (decimal): -7356721 or 13614735. OLE color: 13614735.

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

Color convert

RGB 143 190 207 -
CMYK 0.31 0.08 0 0.19
HSL 195.94º 0.4% 0.69% -
HSV(B) 195.94º 0.31% 0.81% -
XYZ 41 47.17 65.98 -
YUV 177.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 143 190 207 0.31 0.08 0 0.19 195.94 0.4 0.69
Hex 8F BE CF 1F 8 0 13 C4 28 45
Octal 217 276 317 37 10 0 23 304 50 105
Binary 10001111 10111110 11001111 11111 1000 0 10011 11000100 101000 1000101

Color Harmonies of #8FBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBECF

Black with #8FBECF

Text Example


Text Example

White with #8FBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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