Html Css Color HEX #8ACECE Morning Glory

📋 copy color: '#8ACECE'

red 138 ◦ green 206 ◦ blue 206

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

Shades of Morning Glory #8ACECE

Tints of Morning Glory #8ACECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 25.09%
G = 37.45%
B = 37.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8ACECE (or 0x8ACECE) is known color: Morning Glory. HEX triplet: 8A, CE and CE. RGB value is (138,206,206). Sum of RGB (Red+Green+Blue) = 138+206+206=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #8ACECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACECE is #753131. Grayscale: #B9B9B9. Windows color (decimal): -7680306 or 13553290. OLE color: 13553290.

HSL color Cylindrical-coordinate representation of color #8ACECE: hue angle of 180º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACECE is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 206 -
CMYK 0.33 0 0 0.19
HSL 180º 0.41% 0.67% -
HSV(B) 180º 0.33% 0.81% -
XYZ 43.69 54 66.51 -
YUV 185.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 138 206 206 0.33 0 0 0.19 180 0.41 0.67
Hex 8A CE CE 21 0 0 13 B4 29 43
Octal 212 316 316 41 0 0 23 264 51 103
Binary 10001010 11001110 11001110 100001 0 0 10011 10110100 101001 1000011

Color Harmonies of #8ACECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACECE

Black with #8ACECE

Text Example


Text Example

White with #8ACECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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