Html Css Color HEX #8CC6CE Spray

📋 copy color: '#8CC6CE'

red 140 ◦ green 198 ◦ blue 206

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

Shades of Spray #8CC6CE

Tints of Spray #8CC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

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

R = 25.74%
G = 36.4%
B = 37.87%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CC6CE (or 0x8CC6CE) is known color: Spray. HEX triplet: 8C, C6 and CE. RGB value is (140,198,206). Sum of RGB (Red+Green+Blue) = 140+198+206=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC6CE is #733931. Grayscale: #B5B5B5. Windows color (decimal): -7551282 or 13551244. OLE color: 13551244.

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

Color convert

RGB 140 198 206 -
CMYK 0.32 0.04 0 0.19
HSL 187.27º 0.4% 0.68% -
HSV(B) 187.27º 0.32% 0.81% -
XYZ 42.15 50.42 65.9 -
YUV 181.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 140 198 206 0.32 0.04 0 0.19 187.27 0.4 0.68
Hex 8C C6 CE 20 4 0 13 BB 28 44
Octal 214 306 316 40 4 0 23 273 50 104
Binary 10001100 11000110 11001110 100000 100 0 10011 10111011 101000 1000100

Color Harmonies of #8CC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC6CE

Black with #8CC6CE

Text Example


Text Example

White with #8CC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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