Html Css Color HEX #8AC5BD Bermuda

📋 copy color: '#8AC5BD'

red 138 ◦ green 197 ◦ blue 189

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

Shades of Bermuda #8AC5BD

Tints of Bermuda #8AC5BD

RGB

 RED value IS 138 (54.3% from 255) = 26.34%

 GREEN value IS 197 (77.34% from 255) = 37.6%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 26.34%
G = 37.6%
B = 36.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#8AC5BD (or 0x8AC5BD) is known color: Bermuda. HEX triplet: 8A, C5 and BD. RGB value is (138,197,189). Sum of RGB (Red+Green+Blue) = 138+197+189=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5BD is #753A42. Grayscale: #B2B2B2. Windows color (decimal): -7682627 or 12436874. OLE color: 12436874.

HSL color Cylindrical-coordinate representation of color #8AC5BD: hue angle of 171.86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC5BD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 189 -
CMYK 0.30 0 0.04 0.23
HSL 171.86º 0.34% 0.66% -
HSV(B) 171.86º 0.3% 0.77% -
XYZ 39.63 49.01 55.52 -
YUV 178.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 138 197 189 0.30 0 0.04 0.23 171.86 0.34 0.66
Hex 8A C5 BD 1E 0 4 17 AC 22 42
Octal 212 305 275 36 0 4 27 254 42 102
Binary 10001010 11000101 10111101 11110 0 100 10111 10101100 100010 1000010

Color Harmonies of #8AC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC5BD

Black with #8AC5BD

Text Example


Text Example

White with #8AC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,197,189); }

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

background-color css

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

 a { background-color: rgb(138,197,189); }

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

border-color css

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

 span { border-color: rgb(138,197,189); }

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