Html Css Color HEX #8CBCCE Seagull

📋 copy color: '#8CBCCE'

red 140 ◦ green 188 ◦ blue 206

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

Shades of Seagull #8CBCCE

Tints of Seagull #8CBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 26.22%
G = 35.21%
B = 38.58%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CBCCE (or 0x8CBCCE) is known color: Seagull. HEX triplet: 8C, BC and CE. RGB value is (140,188,206). Sum of RGB (Red+Green+Blue) = 140+188+206=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCCE is #734331. Grayscale: #AFAFAF. Windows color (decimal): -7553842 or 13548684. OLE color: 13548684.

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

Color convert

RGB 140 188 206 -
CMYK 0.32 0.09 0 0.19
HSL 196.36º 0.4% 0.68% -
HSV(B) 196.36º 0.32% 0.81% -
XYZ 39.94 46 65.17 -
YUV 175.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 140 188 206 0.32 0.09 0 0.19 196.36 0.4 0.68
Hex 8C BC CE 20 9 0 13 C4 28 44
Octal 214 274 316 40 11 0 23 304 50 104
Binary 10001100 10111100 11001110 100000 1001 0 10011 11000100 101000 1000100

Color Harmonies of #8CBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCCE

Black with #8CBCCE

Text Example


Text Example

White with #8CBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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