Html Css Color HEX #9ACFCB Morning Glory

📋 copy color: '#9ACFCB'

red 154 ◦ green 207 ◦ blue 203

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

Shades of Morning Glory #9ACFCB

Tints of Morning Glory #9ACFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 27.3%
G = 36.7%
B = 35.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#9ACFCB (or 0x9ACFCB) is known color: Morning Glory. HEX triplet: 9A, CF and CB. RGB value is (154,207,203). Sum of RGB (Red+Green+Blue) = 154+207+203=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFCB is #653034. Grayscale: #BEBEBE. Windows color (decimal): -6631477 or 13356954. OLE color: 13356954.

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

Color convert

RGB 154 207 203 -
CMYK 0.26 0 0.02 0.19
HSL 175.47º 0.36% 0.71% -
HSV(B) 175.47º 0.26% 0.81% -
XYZ 46.42 55.81 64.83 -
YUV 190.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 154 207 203 0.26 0 0.02 0.19 175.47 0.36 0.71
Hex 9A CF CB 1A 0 2 13 AF 24 47
Octal 232 317 313 32 0 2 23 257 44 107
Binary 10011010 11001111 11001011 11010 0 10 10011 10101111 100100 1000111

Color Harmonies of #9ACFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACFCB

Black with #9ACFCB

Text Example


Text Example

White with #9ACFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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