Html Css Color HEX #8CBACD Seagull

📋 copy color: '#8CBACD'

red 140 ◦ green 186 ◦ blue 205

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

Shades of Seagull #8CBACD

Tints of Seagull #8CBACD

RGB

 RED value IS 140 (55.08% from 255) = 26.37%

 GREEN value IS 186 (73.05% from 255) = 35.03%

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 26.37%
G = 35.03%
B = 38.61%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CBACD (or 0x8CBACD) is known color: Seagull. HEX triplet: 8C, BA and CD. RGB value is (140,186,205). Sum of RGB (Red+Green+Blue) = 140+186+205=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBACD is #734532. Grayscale: #AEAEAE. Windows color (decimal): -7554355 or 13482636. OLE color: 13482636.

HSL color Cylindrical-coordinate representation of color #8CBACD: hue angle of 197.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBACD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 186 205 -
CMYK 0.32 0.09 0 0.20
HSL 197.54º 0.39% 0.68% -
HSV(B) 197.54º 0.32% 0.8% -
XYZ 39.39 45.1 64.39 -
YUV 174.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 140 186 205 0.32 0.09 0 0.20 197.54 0.39 0.68
Hex 8C BA CD 20 9 0 14 C6 27 44
Octal 214 272 315 40 11 0 24 306 47 104
Binary 10001100 10111010 11001101 100000 1001 0 10100 11000110 100111 1000100

Color Harmonies of #8CBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBACD

Black with #8CBACD

Text Example


Text Example

White with #8CBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,205); }

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

background-color css

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

 a { background-color: rgb(140,186,205); }

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

border-color css

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

 span { border-color: rgb(140,186,205); }

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