Html Css Color HEX #8CBECE Seagull

📋 copy color: '#8CBECE'

red 140 ◦ green 190 ◦ blue 206

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

Shades of Seagull #8CBECE

Tints of Seagull #8CBECE

RGB

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

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

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

R = 26.12%
G = 35.45%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CBECE (or 0x8CBECE) is known color: Seagull. HEX triplet: 8C, BE and CE. RGB value is (140,190,206). Sum of RGB (Red+Green+Blue) = 140+190+206=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBECE is #734131. Grayscale: #B0B0B0. Windows color (decimal): -7553330 or 13549196. OLE color: 13549196.

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

Color convert

RGB 140 190 206 -
CMYK 0.32 0.08 0 0.19
HSL 194.55º 0.4% 0.68% -
HSV(B) 194.55º 0.32% 0.81% -
XYZ 40.37 46.86 65.31 -
YUV 176.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 140 190 206 0.32 0.08 0 0.19 194.55 0.4 0.68
Hex 8C BE CE 20 8 0 13 C3 28 44
Octal 214 276 316 40 10 0 23 303 50 104
Binary 10001100 10111110 11001110 100000 1000 0 10011 11000011 101000 1000100

Color Harmonies of #8CBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBECE

Black with #8CBECE

Text Example


Text Example

White with #8CBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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