Html Css Color HEX #8ACDC9 Bermuda

📋 copy color: '#8ACDC9'

red 138 ◦ green 205 ◦ blue 201

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

Shades of Bermuda #8ACDC9

Tints of Bermuda #8ACDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.68%

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 25.37%
G = 37.68%
B = 36.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#8ACDC9 (or 0x8ACDC9) is known color: Bermuda. HEX triplet: 8A, CD and C9. RGB value is (138,205,201). Sum of RGB (Red+Green+Blue) = 138+205+201=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDC9 is #753236. Grayscale: #B8B8B8. Windows color (decimal): -7680567 or 13225354. OLE color: 13225354.

HSL color Cylindrical-coordinate representation of color #8ACDC9: hue angle of 176.42º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDC9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 201 -
CMYK 0.33 0 0.02 0.20
HSL 176.42º 0.4% 0.67% -
HSV(B) 176.42º 0.33% 0.8% -
XYZ 42.86 53.28 63.28 -
YUV 184.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 138 205 201 0.33 0 0.02 0.20 176.42 0.4 0.67
Hex 8A CD C9 21 0 2 14 B0 28 43
Octal 212 315 311 41 0 2 24 260 50 103
Binary 10001010 11001101 11001001 100001 0 10 10100 10110000 101000 1000011

Color Harmonies of #8ACDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDC9

Black with #8ACDC9

Text Example


Text Example

White with #8ACDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,201); }

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

background-color css

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

 a { background-color: rgb(138,205,201); }

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

border-color css

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

 span { border-color: rgb(138,205,201); }

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