Html Css Color HEX #8CCEC5 Bermuda

📋 copy color: '#8CCEC5'

red 140 ◦ green 206 ◦ blue 197

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

Shades of Bermuda #8CCEC5

Tints of Bermuda #8CCEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.28%

R = 25.78%
G = 37.94%
B = 36.28%

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

#8CCEC5 (or 0x8CCEC5) is known color: Bermuda. HEX triplet: 8C, CE and C5. RGB value is (140,206,197). Sum of RGB (Red+Green+Blue) = 140+206+197=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEC5 is #73313A. Grayscale: #B9B9B9. Windows color (decimal): -7549243 or 12963468. OLE color: 12963468.

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

Color convert

RGB 140 206 197 -
CMYK 0.32 0 0.04 0.19
HSL 171.82º 0.4% 0.68% -
HSV(B) 171.82º 0.32% 0.81% -
XYZ 42.96 53.75 60.93 -
YUV 185.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 140 206 197 0.32 0 0.04 0.19 171.82 0.4 0.68
Hex 8C CE C5 20 0 4 13 AC 28 44
Octal 214 316 305 40 0 4 23 254 50 104
Binary 10001100 11001110 11000101 100000 0 100 10011 10101100 101000 1000100

Color Harmonies of #8CCEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEC5

Black with #8CCEC5

Text Example


Text Example

White with #8CCEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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