Html Css Color HEX #9ACED1 Morning Glory

📋 copy color: '#9ACED1'

red 154 ◦ green 206 ◦ blue 209

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

Shades of Morning Glory #9ACED1

Tints of Morning Glory #9ACED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 27.07%
G = 36.2%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9ACED1 (or 0x9ACED1) is known color: Morning Glory. HEX triplet: 9A, CE and D1. RGB value is (154,206,209). Sum of RGB (Red+Green+Blue) = 154+206+209=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #9ACED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACED1 is #65312E. Grayscale: #BEBEBE. Windows color (decimal): -6631727 or 13749914. OLE color: 13749914.

HSL color Cylindrical-coordinate representation of color #9ACED1: hue angle of 183.27º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACED1 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 206 209 -
CMYK 0.26 0.01 0 0.18
HSL 183.27º 0.37% 0.71% -
HSV(B) 183.27º 0.26% 0.82% -
XYZ 46.91 55.62 68.58 -
YUV 190.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 154 206 209 0.26 0.01 0 0.18 183.27 0.37 0.71
Hex 9A CE D1 1A 1 0 12 B7 25 47
Octal 232 316 321 32 1 0 22 267 45 107
Binary 10011010 11001110 11010001 11010 1 0 10010 10110111 100101 1000111

Color Harmonies of #9ACED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACED1

Black with #9ACED1

Text Example


Text Example

White with #9ACED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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