Html Css Color HEX #8CBCC9 Seagull

📋 copy color: '#8CBCC9'

red 140 ◦ green 188 ◦ blue 201

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

Shades of Seagull #8CBCC9

Tints of Seagull #8CBCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 26.47%
G = 35.54%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8CBCC9 (or 0x8CBCC9) is known color: Seagull. HEX triplet: 8C, BC and C9. RGB value is (140,188,201). Sum of RGB (Red+Green+Blue) = 140+188+201=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCC9 is #734336. Grayscale: #AFAFAF. Windows color (decimal): -7553847 or 13221004. OLE color: 13221004.

HSL color Cylindrical-coordinate representation of color #8CBCC9: hue angle of 192.79º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CBCC9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 188 201 -
CMYK 0.30 0.06 0 0.21
HSL 192.79º 0.36% 0.67% -
HSV(B) 192.79º 0.3% 0.79% -
XYZ 39.34 45.76 62.02 -
YUV 175.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 140 188 201 0.30 0.06 0 0.21 192.79 0.36 0.67
Hex 8C BC C9 1E 6 0 15 C1 24 43
Octal 214 274 311 36 6 0 25 301 44 103
Binary 10001100 10111100 11001001 11110 110 0 10101 11000001 100100 1000011

Color Harmonies of #8CBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCC9

Black with #8CBCC9

Text Example


Text Example

White with #8CBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,201); }

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

background-color css

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

 a { background-color: rgb(140,188,201); }

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

border-color css

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

 span { border-color: rgb(140,188,201); }

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