Html Css Color HEX #8CCEC6 Bermuda

📋 copy color: '#8CCEC6'

red 140 ◦ green 206 ◦ blue 198

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

Shades of Bermuda #8CCEC6

Tints of Bermuda #8CCEC6

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#8CCEC6 (or 0x8CCEC6) is known color: Bermuda. HEX triplet: 8C, CE and C6. RGB value is (140,206,198). Sum of RGB (Red+Green+Blue) = 140+206+198=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEC6 is #733139. Grayscale: #B9B9B9. Windows color (decimal): -7549242 or 13029004. OLE color: 13029004.

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

Color convert

RGB 140 206 198 -
CMYK 0.32 0 0.04 0.19
HSL 172.73º 0.4% 0.68% -
HSV(B) 172.73º 0.32% 0.81% -
XYZ 43.08 53.8 61.54 -
YUV 185.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 140 206 198 0.32 0 0.04 0.19 172.73 0.4 0.68
Hex 8C CE C6 20 0 4 13 AD 28 44
Octal 214 316 306 40 0 4 23 255 50 104
Binary 10001100 11001110 11000110 100000 0 100 10011 10101101 101000 1000100

Color Harmonies of #8CCEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEC6

Black with #8CCEC6

Text Example


Text Example

White with #8CCEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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