Html Css Color HEX #9ACACE Morning Glory

📋 copy color: '#9ACACE'

red 154 ◦ green 202 ◦ blue 206

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

Shades of Morning Glory #9ACACE

Tints of Morning Glory #9ACACE

RGB

 RED value IS 154 (60.55% from 255) = 27.4%

 GREEN value IS 202 (79.3% from 255) = 35.94%

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

R = 27.4%
G = 35.94%
B = 36.65%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9ACACE (or 0x9ACACE) is known color: Morning Glory. HEX triplet: 9A, CA and CE. RGB value is (154,202,206). Sum of RGB (Red+Green+Blue) = 154+202+206=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #9ACACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACACE is #653531. Grayscale: #BCBCBC. Windows color (decimal): -6632754 or 13552282. OLE color: 13552282.

HSL color Cylindrical-coordinate representation of color #9ACACE: hue angle of 184.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACACE is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 202 206 -
CMYK 0.25 0.02 0 0.19
HSL 184.62º 0.35% 0.71% -
HSV(B) 184.62º 0.25% 0.81% -
XYZ 45.59 53.57 66.33 -
YUV 188.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 154 202 206 0.25 0.02 0 0.19 184.62 0.35 0.71
Hex 9A CA CE 19 2 0 13 B9 23 47
Octal 232 312 316 31 2 0 23 271 43 107
Binary 10011010 11001010 11001110 11001 10 0 10011 10111001 100011 1000111

Color Harmonies of #9ACACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACACE

Black with #9ACACE

Text Example


Text Example

White with #9ACACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACACE; }

 p { color: rgb(154,202,206); }

 H1.HeaderClassName
 {
   color: #9ACACE;
 }
 .AnyTagClassName
 {
   color: #9ACACE;
 }
</style>

background-color css

<style>
 a { background-color: #9ACACE; }

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

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

border-color css

<style>
 span { border-color: #9ACACE; }

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

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