Html Css Color HEX #8ACDCD Morning Glory

📋 copy color: '#8ACDCD'

red 138 ◦ green 205 ◦ blue 205

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

Shades of Morning Glory #8ACDCD

Tints of Morning Glory #8ACDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 25.18%
G = 37.41%
B = 37.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8ACDCD (or 0x8ACDCD) is known color: Morning Glory. HEX triplet: 8A, CD and CD. RGB value is (138,205,205). Sum of RGB (Red+Green+Blue) = 138+205+205=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #8ACDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDCD is #753232. Grayscale: #B8B8B8. Windows color (decimal): -7680563 or 13487498. OLE color: 13487498.

HSL color Cylindrical-coordinate representation of color #8ACDCD: hue angle of 180º 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 #8ACDCD is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 205 -
CMYK 0.33 0 0 0.20
HSL 180º 0.4% 0.67% -
HSV(B) 180º 0.33% 0.8% -
XYZ 43.33 53.47 65.8 -
YUV 184.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 138 205 205 0.33 0 0 0.20 180 0.4 0.67
Hex 8A CD CD 21 0 0 14 B4 28 43
Octal 212 315 315 41 0 0 24 264 50 103
Binary 10001010 11001101 11001101 100001 0 0 10100 10110100 101000 1000011

Color Harmonies of #8ACDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDCD

Black with #8ACDCD

Text Example


Text Example

White with #8ACDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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