Html Css Color HEX #9ACFD5 Morning Glory

📋 copy color: '#9ACFD5'

red 154 ◦ green 207 ◦ blue 213

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

Shades of Morning Glory #9ACFD5

Tints of Morning Glory #9ACFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 26.83%
G = 36.06%
B = 37.11%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9ACFD5 (or 0x9ACFD5) is known color: Morning Glory. HEX triplet: 9A, CF and D5. RGB value is (154,207,213). Sum of RGB (Red+Green+Blue) = 154+207+213=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #9ACFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFD5 is #65302A. Grayscale: #BFBFBF. Windows color (decimal): -6631467 or 14012314. OLE color: 14012314.

HSL color Cylindrical-coordinate representation of color #9ACFD5: hue angle of 186.1º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ACFD5 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 207 213 -
CMYK 0.28 0.03 0 0.16
HSL 186.1º 0.41% 0.72% -
HSV(B) 186.1º 0.28% 0.84% -
XYZ 47.65 56.3 71.31 -
YUV 191.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 154 207 213 0.28 0.03 0 0.16 186.1 0.41 0.72
Hex 9A CF D5 1C 3 0 10 BA 29 48
Octal 232 317 325 34 3 0 20 272 51 110
Binary 10011010 11001111 11010101 11100 11 0 10000 10111010 101001 1001000

Color Harmonies of #9ACFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACFD5

Black with #9ACFD5

Text Example


Text Example

White with #9ACFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,207,213); }

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

background-color css

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

 a { background-color: rgb(154,207,213); }

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

border-color css

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

 span { border-color: rgb(154,207,213); }

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