Html Css Color HEX #8BC0CF Seagull

📋 copy color: '#8BC0CF'

red 139 ◦ green 192 ◦ blue 207

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

Shades of Seagull #8BC0CF

Tints of Seagull #8BC0CF

RGB

 RED value IS 139 (54.69% from 255) = 25.84%

 GREEN value IS 192 (75.39% from 255) = 35.69%

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

R = 25.84%
G = 35.69%
B = 38.48%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BC0CF (or 0x8BC0CF) is known color: Seagull. HEX triplet: 8B, C0 and CF. RGB value is (139,192,207). Sum of RGB (Red+Green+Blue) = 139+192+207=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 192 (75.39% from 255 or 35.69% 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 #8BC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0CF is #743F30. Grayscale: #B1B1B1. Windows color (decimal): -7618353 or 13615243. OLE color: 13615243.

HSL color Cylindrical-coordinate representation of color #8BC0CF: hue angle of 193.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC0CF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 192 207 -
CMYK 0.33 0.07 0 0.19
HSL 193.24º 0.41% 0.68% -
HSV(B) 193.24º 0.33% 0.81% -
XYZ 40.76 47.69 66.09 -
YUV 177.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 139 192 207 0.33 0.07 0 0.19 193.24 0.41 0.68
Hex 8B C0 CF 21 7 0 13 C1 29 44
Octal 213 300 317 41 7 0 23 301 51 104
Binary 10001011 11000000 11001111 100001 111 0 10011 11000001 101001 1000100

Color Harmonies of #8BC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC0CF

Black with #8BC0CF

Text Example


Text Example

White with #8BC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,192,207); }

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

background-color css

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

 a { background-color: rgb(139,192,207); }

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

border-color css

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

 span { border-color: rgb(139,192,207); }

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